]> Shamusworld >> Repos - ardour-manual/blob - include/preferences.html
bea16240228751f80fc246861a1f08aa2bca3529
[ardour-manual] / include / preferences.html
1
2 <p>
3   Global <dfn>preferences</dfn> control general workflow and system
4   configuration, and should apply to all sessions. They are located in <kbd
5   class="menu">Edit &gt; Preferences</kbd> and stored in Ardour's <dfn>user
6   configuration file</dfn> in the user's home directory.
7 </p>
8
9 <figure class="right">
10   <img src="/images/preferences.png" alt="The Preferences window">
11   <figcaption>
12     The Preferences window
13   </figcaption>
14 </figure>
15
16 <p>
17         Preferences are conveniently grouped by category:
18 </p>
19
20 <ul>
21         <li><a href="#preferences-general">General</a></li>
22         <li><a href="#preferences-appearance">Appearance</a></li>
23         <ul>
24                 <li><a href="#preferences-appearance-recorder">Recorder</a></li>
25                 <li><a href="#preferences-appearance-editor">Editor</a></li>
26                 <li><a href="#preferences-appearance-mixer">Mixer</a></li>
27                 <li><a href="#preferences-appearance-toolbar">Toolbar</a></li>
28                 <li><a href="#preferences-appearance-size-and-scale">Size and Scale</a></li>
29                 <li><a href="#preferences-appearance-colors">Colors</a></li>
30                 <li><a href="#preferences-appearance-quirks">Quirks</a></li>
31                 <li><a href="#preferences-appearance-translation">Translation</a></li>
32         </ul>
33         <li><a href="#preferences-editor">Editor</a></li>
34         <ul>
35                 <li><a href="#preferences-editor-snap">Snap</a></li>
36                 <li><a href="#preferences-editor-modifiers">Modifiers</a></li>
37         </ul>
38         <li><a href="#preferences-midi">MIDI</a></li>
39         <li><a href="#preferences-transport">Transport</a></li>
40         <ul>
41                 <li><a href="#preferences-transport-chase">Chase</a></li>
42                 <li><a href="#preferences-transport-generate">Generate</a></li>
43         </ul>
44         <li><a href="#preferences-plugins">Plugins</a></li>
45         <ul>
46                 <li><a href="#preferences-plugins-vst">VST</a></li>
47                 <li><a href="#preferences-plugins-audio_unit">Audio Unit</a></li>
48         </ul>
49         <li><a href="#preferences-monitoring">Monitoring</a></li>
50         <li><a href="#preferences-signal_flow">Signal Flow</a></li>
51         <li><a href="#preferences-metronome">Metronome</a></li>
52         <li><a href="#preferences-control_surfaces">Control Surfaces</a></li>
53         <li><a href="#preferences-metering">Metering</a></li>
54         <li><a href="#preferences-performance">Performance</a></li>
55         <li><a href="#preferences-video">Video</a></li>
56 </ul>
57
58 <h2 class="clear" id="preferences-general">General</h2>
59
60 <ul>  
61   <li>
62     <dfn>Audio/MIDI Setup</dfn>
63     <ul>
64           <li>
65         <dfn>Show Audio/MIDI Setup window</dfn> Shows the
66         <a href="@@audio-midi-setup">Audio/MIDI Setup</a> dialog.
67       </li>
68       <li>
69         <dfn>Try to auto-launch audio/midi engine</dfn> allows Ardour to try to
70         automatically launch the audio and MIDI system, driver and device, thus not
71         showing the <a href="@@audio-midi-setup">Audio/MIDI Setup</a> dialog. This
72         can save a little time if the system is always used the same way.
73       </li>
74     </ul>
75   </li>
76   <li>
77     <dfn>Editor Undo</dfn> defines the behaviour of the Undo operations:
78     <ul>
79       <li>
80          <strong>Limit undo history</strong> sets how many commands can be
81              undone using <kbd class="mod1">Z</kbd> or <kbd class="menu">Edit &gt; Undo</kbd>.
82          Unchecking will keep an endless memory of operations to undo, at the
83          expense of memory.
84       </li>
85       <li>
86              <strong>Save undo history</strong> sets how many commands are saved so
87              they are available to be undone after reopening the session. This can
88          also be unchecked to keep all actions undoable, at the cost of bigger
89          session files.
90       </li>
91       <li>
92              <strong>Verify removal of last capture</strong> when enabled prompts to
93              verify removal the last recording capture when
94              <kbd class="menu">Edit &gt; Remove Last Capture</kbd> is executed.
95       </li>
96     </ul>
97   </li>
98   <li>
99     <dfn>Session Management</dfn>:
100     <ul>
101       <li>
102         <strong>Make periodic backups of the session file</strong> will create
103         a backup session file after changes to the timeline. The backup file is
104         the session name followed by <em>.ardour.bak</em>. The backup can be
105         used to recover from crashes when the session had not been explicitly
106         saved.
107       </li>
108       <li>
109         <strong>Default folder for new sessions:</strong> defaults the folder
110         where Ardour will create new session folders. This is used in the
111         <em>Session&nbsp;Setup</em> dialog displayed by
112         <kbd class="menu">Session &gt; New</kbd>.
113       </li>
114       <li>
115         <strong>Maximum number of recent sessions:</strong> determines how 
116         many of the last opened sessions shows in the <em>Recent&nbsp;Sessions</em>
117         dialog displayed by <kbd class="menu">Session &gt; Recent</kbd>.
118       </li>
119     </ul>
120   </li>
121   <li>
122     <dfn>Import</dfn>:
123     <ul>
124       <li>
125         <strong>Drag and drop import always copies files to session</strong>
126         selects, and then disables changes to, the <em>Copy files to session</em>
127         option in the <a href="@@import-dialog">Add Existing Media</a> dialog.
128       </li>
129     </ul>
130   </li>
131   <li>
132     <dfn>Export</dfn>
133     <ul>
134       <li>
135         <dfn>Save loudness analysis as image file after export</dfn> allows, when the
136         <kbd class="option">Analyze Exported Audio</kbd> is checked in the
137         <a href="@@export-dialog">Export dialog</a>, to save the analysis graph
138         as a file named <code>session.png</code> alongside the exported audio
139         file(s) (in the same folder).
140       </li>
141       <li>
142         <dfn>Save Mixer screenshot after export</dfn> creates and exports
143         a graphical image of the Mixer window as a file named
144         <code>session-mixer.png</code> alongside the exported audio file(s)
145         (in the same folder).
146       </li>
147     </ul>
148   </li>
149   <li>
150     <dfn>New Version Check</dfn>
151     <ul>
152       <li>
153         <dfn>Check for announcements at application start</dfn> sends an
154         anonymous request to Ardour's server to check for a new version.
155       </li>
156     </ul>
157   </li>
158 </ul>
159   
160 <h2 id="preferences-appearance">Appearance</h2>
161
162 <ul>
163   <li>
164     <dfn>GUI Lock</dfn>
165     <ul>
166       <li>
167         <dfn>Lock timeout (seconds)</dfn>: locks the <abbr title="Graphical User
168         Interface">GUI</abbr> after this many idle seconds (zero being 'never lock').
169         The GUI can also be locked with <kbd class="menu">Session &gt; Lock</kbd>. When
170         locked, a dialog will display a &quot;Click to unlock&quot; button.
171       </li>
172       <li>
173         <dfn>System Screensaver Mode</dfn>: can be used to prevent the
174         screensaver to be launched by the system, either while recording
175         (e.g. for long and unattended recording session), when Ardour is
176         simply started, or never (the screensaver is then able to start).
177       </li>
178     </ul>
179   </li>
180   <li>
181     <dfn>Theme</dfn>
182     <ul>
183       <li>
184         <dfn>Draw &quot;flat&quot; buttons</dfn>: when enabled, button controls
185         in the user interface will be drawn with a flat look. When disabled button
186         controls will have a slight 3D appearance.
187       </li>
188       <li>
189         <dfn>Draw &quot;boxy&quot; buttons</dfn>: when enabled, button controls
190         in the user interface will have square corners instead of being slightly
191         rounded.
192       </li>
193       <li>
194         <dfn>LED meter style</dfn> if checked, the bar meters in the editor and
195         mixer will be styled to look like if they were made of LEDs, with a dotted
196         bar. Unchecking this option makes the bars flat and continuous.
197       </li>
198       <li>
199         <dfn>Icon Set:</dfn> Changes the mouse cursor icons used to indicate
200         different tool modes in the editor. An example would be the icons used to
201         indicate whether the cursor will select a region or change the length of a
202         region.
203       </li>
204     </ul>
205   </li>
206   <li>
207     <dfn>Graphical User Interface</dfn>
208     <ul>
209       <li>
210         <dfn>Highlight widgets on mouseover</dfn>, when checked, makes Ardour's
211         widgets (buttons, sliders, &hellip;) slightly change color when the mouse
212         hovers them, visually indicating what a mouse action would interact with.
213       </li>
214       <li>
215         <dfn>Show tooltips if mouse hovers over a control</dfn> when checked,
216         displays a little help bubble about the control the mouse hovers. The mouse
217         pointer needs to stay idle for about 1 sec for the tooltip to appear.
218       </li>
219       <li>
220         <dfn>Update clocks at TC Frame rate</dfn>: Ardour updates its clocks every
221         100&nbsp;ms. Checking this will make the clock refresh at every TimeCode
222         frame which is more responsive, at the cost of a bit more system stress.
223       </li>
224       <li>
225         <dfn>Blink Rec-Arm buttons</dfn>: when enabled, the record-armed
226         buttons on tracks will blink when they are armed but not currently recording.
227         When disabled, the record-armed buttons on tracks will be outlined in red
228         instead of blinking. The global record-arm button in the
229         <a href="@@transport-bar">Transport bar</a> is unaffected.
230       </li>
231       <li>
232         <dfn>Blink Alert indicators</dfn>: when enabled, the Alert indicators (like
233         the <kbd class="menu">Error Log</kbd> or the <kbd class="menu">Feedback</kbd>
234         button) will blink when they are active (when an error or feedback
235         has been detected, respectively). When disabled, the indicators will turn red instead of
236         blinking.
237       </li>
238     </ul>
239   </li>
240   <li>
241     <dfn>Graphics Acceleration</dfn>
242     <ul>
243           <li>
244         <dfn>Disable Graphics Hardware Acceleration (requires restart)</dfn>:
245         Ardour uses hardware accelerated UI rendering by default for speed.
246         Sometimes though, a buggy driver can cause this to make the system slow or
247         unstable. Checking this will make Ardour draw its UI without
248         hardware acceleration, in software, improving stability and responsiveness
249         on those buggy systems at the expense of speed.
250       </li>     
251       <li>
252         <dfn>Possibly improve slow graphical performance (requires restart)</dfn>:
253         Wherever gradients appear in the UI, Ardour uses hardware accelerated
254         gradients creation. Checking this will make Ardour draw its own gradients without
255         hardware acceleration for stability on systems with buggy drivers.
256       </li>
257     </ul>
258   </li>
259 </ul>  
260   
261 <h3 id="preferences-appearance-recorder">Recorder</h2>
262
263 <ul>
264   <li>
265     <dfn>Input Meter Layout</dfn>
266     <ul>
267       <li>
268         <dfn>Input Meter Layout</dfn>: in Recorder mode, determines if audio
269         inputs are displayed horizontally or vertically.
270       </li>  
271         </ul>
272   </li>
273 </ul>
274   
275 <h3 id="preferences-appearance-editor">Editor</h2>
276
277 <ul>
278   <li>
279     <dfn>General</dfn>
280     <ul>
281       <li>
282         <dfn>Use name highlight bars in region displays (requires a restart)</dfn>:
283         when enabled, the region name is displayed, in the editor, in its own opaque bar
284         at the bottom of the region. When disabled, the region name is overlaid
285         at the top of the region, possibly over audio waveforms or MIDI notes.
286       </li>
287       <li>
288         <dfn>Region color follows track color</dfn>: when enabled,
289         the background color of regions in the editor will be displayed using
290         the color assigned to the track. When disabled the default region
291         background color will be used.
292       </li>
293       <li>
294         <dfn>Show Region Names</dfn>: when enabled, overlays the name of
295         the region over its waveform representation, in the top-left. 
296       </li>
297        <li>
298         <dfn>Waveforms color gradient depth:</dfn> determines how much gradient
299         effect is applied to the inner of audio waveforms displayed in the editor.
300         Values range from 0.0, no gradient effect, to 1.0, maximum effect.
301       </li>
302       <li>
303         <dfn>Timeline item gradient depth:</dfn> Determines how much
304         gradient effect is applied to the backgrounds of regions displayed in the
305         editor. Values range from 0.0, no gradient effect, to 1.0, maximum effect.
306       </li>
307       <li>
308         <dfn>Track name ellipsis mode:</dfn> when the track header is not 
309         wide enough to display the track's name in full, selects how the
310         name will be shorten between:
311         <ul>
312                   <li><em>Ellipsize start of name</em> will show only the end of the name</li>
313                   <li><em>Ellipsize middle of name</em> will show only the start and end of the name</li>
314                   <li><em>Ellipsize end of name</em> will show only the start of the name</li>
315         </ul>
316       </li>
317       <li>
318         <dfn>Add a visual gap below Audio Regions:</dfn> selects whether or
319         not the audio regions fit the height of the track or leave a gap at
320         the bottom, either small or large.
321       </li>
322     </ul>
323   </li>
324   <li>
325     <dfn>Waveforms</dfn>
326     <ul>
327       <li>
328         <dfn>Show waveforms in regions</dfn>: when enabled, shows a visual
329         representation of the region's audio waveform.
330       </li>
331       <li>
332         <dfn>Show waveforms while recording</dfn>: when enabled, will draw
333         the audio waveform in regions being recorded, in near real time.
334         When disabled, only a region block will be drawn while recording,
335         reducing CPU requirements.
336       </li>
337       <li>
338         <dfn>Show waveform clipping</dfn>: when enabled, the waveform
339         displayed will show peaks marked in red if they exceed the clip level.
340       </li>
341       <li>
342         <dfn>Waveform Clip Level (dBFS)</dfn>: sets the level at which the
343         waveform shown in an audio region will be drawn in red to indicate
344         clipping. Setting lower than 0.0&nbsp;dBFS can be useful if any tool in
345         the audio chain has problems near 0.0&nbsp;dBFS.
346       </li>
347       <li>
348         <dfn>Waveform scale</dfn>: when waveforms are shown in audio regions,
349         they can be displayed using a <em>linear</em> or a <em>logarithmic</em>
350         scale. See <a href="@@waveform-display">Waveform display</a>.
351       </li>
352       <li>
353         <dfn>Waveform shape</dfn>: when waveforms are shown in audio regions,
354         they can be displayed using a <em>traditional</em> or a <em>rectified</em>
355         shape. See <a href="@@waveform-display">Waveform display</a>.
356       </li>
357     </ul>
358   </li>
359   <li>
360     <dfn>Editor Meters</dfn>
361     <ul>
362       <li>
363         <dfn>Show meters in track headers</dfn>: when enabled, shows
364         a small meter in the Editor's <a href="@@audio-track-controls">track headers</a>.
365         The meter is shown on the right side area of the header and provides an
366         instant, if unprecise, view of the levels on this track/bus.
367       </li>
368       <li>
369         <dfn>Limit track header meters to stereo</dfn>: if a track has more than
370         two outputs (e.g. with a drum plugin), limits the number of meters in the
371         track header to the first two ones. Only affects audio meters, not MIDI.
372       </li>
373     </ul>
374   </li>
375   <li>
376     <dfn>MIDI Regions</dfn>
377     <ul>
378       <li>
379         <dfn>Display first MIDI bank/program as 0</dfn>: when patches and bank changes
380         are displayed in the editor, if this option is checked, the numbering will
381         be zero-based instead of one-based, i.e. banks/programs will be numbered
382         O, 1 ,2&hellip; instead of 1, 2, 3&hellip;
383       </li>
384       <li>
385         <dfn>Don't display periodic (MTC, MMC) SysEx messages in MIDI Regions</dfn>:
386         if checked, will hide these control messages from the MIDI regions for better
387         legibility.
388       </li>
389       <li>
390         <dfn>Show velocity horizontally inside notes</dfn>: when on, each note
391         of a MIDI region (in <em>Sustained</em> mode) displays its velocity
392         (0-127) with a darker fill proportional to its value.
393       </li>
394       <li>
395         <dfn>Use colors to show note velocity</dfn>: if checked, makes the
396         saturation of the notes color proportional to its velocity, hence making
397         a more veloce note more intense in color.
398       </li>
399     </ul>
400   </li>
401 </ul>
402   
403 <h3 id="preferences-appearance-mixer">Mixer</h3>
404
405 <ul>
406   <li>
407     <dfn>Mixer Strip</dfn>
408     <ul>
409       <li>
410         This table enables (checked) or disables (unchecked) the display of controls
411         in the <a href="@@audiomidi-mixer-strips">mixer strip</a>. Controls whose
412         display can be toggled are:
413         <strong>Input</strong>, <strong>Phase&nbsp;Invert</strong>,
414         <strong>Record&nbsp;&amp;&nbsp;Monitor</strong>, <strong>Solo&nbsp;Iso/Lock</strong>,
415         <strong>Output</strong>, <strong>Comments</strong> and VCA Assigns.
416       </li>
417       <li>
418         <dfn>Use narrow strips in the mixer for new strips by default</dfn> When
419         enabled, new mixer strips are created in narrow format. When disabled,
420         they are created in wide format. Existing mixer strips width can be toggled
421         with the width control at the top left of the mixer strip.
422       </li>
423       <li>
424         <dfn>Limit inline-mixer-strip controls per plugin :</dfn> Whether or
425         not, and how many, controls each plugin can show in the mixer strip.
426         These mixer-strip controls are added by checking <em>plugin context-menu
427         &gt; Controls &gt; &square; control parameter</em>.
428       </li>
429     </ul>
430   </li>
431 </ul> 
432   
433 <h3 id="preferences-appearance-toolbar">Toolbar</h3>
434
435 <ul>
436   <li>
437     <dfn>Main Transport Toolbar Items</dfn>: this section allows to toggle the
438     visibility of some elements of the main toolbar:
439     <ul>
440       <li>
441         <dfn>Display Record/Punch Options</dfn> toggles the visibility of the
442         <a href="@@selection-and-punch-clocks#punch_controls">punch and record</a> slice of
443         the main toolbar.
444       </li>
445       <li>
446         <dfn>Display Latency Compensation Info</dfn> toggles the visibility of the
447         Latency Compensation slice of the main toolbar.
448       </li>
449       <li>
450         <dfn>Display Secondary Clock</dfn> toggles the visibility of the
451         <a href="@@transport-clocks">secondary clocks</a> slice of
452         the main toolbar.
453       </li>
454       <li>
455         <dfn>Display Selection Clock</dfn> toggles the visibility of the
456         <a href="@@selection-and-punch-clocks#selection_clocks">selection clocks</a> slice of
457         the main toolbar.
458       </li>
459       <li>
460         <dfn>Display Monitor Section Info</dfn> toggles the visibility of the
461        Monitor Info slice of the main toolbar.
462       </li>
463       <li>
464         <dfn>Display Navigation Timeline</dfn> toggles the visibility of the
465         <a href="@@mini-timeline">navigation/mini timeline</a> slice of
466         the main toolbar.
467       </li>
468       <li>
469         <dfn>Display Master Level Meter</dfn> toggles the visibility of the
470         <a href="@@other-toolbar-items#mode_selector">selection clocks</a> slice of
471         the main toolbar.
472       </li>
473     </ul>
474   </li>
475   <li>
476         <dfn>Display Action-Buttons</dfn>
477           <ul>
478             <li>
479                   <dfn>Column <em>n</em></dfn> enables or disables the visibility
480               of the six possible columns of <a href="@@other-toolbar-items#mode_selector">Lua script buttons</a>.
481           Each columns contains two user-assignable buttons.
482         </li>
483       </ul>
484   </li>
485 </ul>  
486   
487 <h3 id="preferences-appearance-size-and-scale">Size and Scale</h3>
488
489 <ul>
490   <li>
491     <dfn>User Interface Size and Scale</dfn>
492     <ul>
493           <li>
494             <dfn>GUI and Font scaling:</dfn> allows the display size of most of the
495             text and buttons in the user interface to be scaled up or down. May
496             require a restart to take effect.
497       </li>
498     </ul>
499   </li>
500 </ul>
501   
502 <h3 id="preferences-appearance-colors">Colors</h3>
503  
504 <ul>
505   <li>
506     <dfn>Colors</dfn>
507     <ul>
508       <li>
509         <dfn>Color Theme</dfn> allows to switch between some presets bundled with
510         Ardour, changing both the palette and items colors, hence styling Ardour
511         all at once.
512       </li>
513       <li>
514         The table allows to change the color settings in Ardour by acting on three
515         parameters:
516         <ul>
517           <li>
518             <dfn>Items</dfn> that allow to choose any color from the palette (see below)
519             to color a UI element. Clicking on a color sample in the <strong>Color</strong>
520             column bring up the Palette, to choose from.
521           </li>
522           <li>
523             <dfn>Palette</dfn> that allows to create a set of colors that will be used
524             in the UI. Using a palette allows for better consistency, instead of
525             picking "free" colors for each UI element. Clicking on a color patch brings
526             up a full color selector, to assign this color to this patch of the palette.
527           </li>
528           <li>
529             <dfn>Transparency</dfn> where possible, allows to select, with a slider,
530             the transparency of the UI element, with 0 (slider to the left) being
531             fully opaque.
532           </li>
533         </ul>
534       </li>
535       <li>
536         <dfn>Restore Defaults</dfn> turns all the palette, item colors and transparency
537         back to Ardour's default base setting, in case Ardour's appearance has turned
538         into a toddler's toy.
539       </li>
540     </ul>
541   </li>
542 </ul>
543  
544 <h3 id="preferences-appearance-quirks">Quirks</h3>
545
546 <ul>
547   <li>
548     <dfn>Various Workarounds for Windowing Systems</dfn>: As Ardour is available
549     on a number of platforms and windowing systems, some specific workarounds are
550     sometimes required to provide a smooth experience to the user.
551     <ul>
552       <li>
553         <dfn>Use visibility information provided by your Window Manager/Desktop</dfn>
554         allows the system window manager's rules for the windows visibility to
555         supersede Ardour's.
556       </li>
557       <li>
558         <dfn>Show/Hide splash screen instead of setting z-axis stack order</dfn>:
559         Hides the splash instead of re-layering it. This setting requires a restart
560         of Ardour to take effect.
561       </li>
562       <li>
563         <dfn>All floating windows are dialogs</dfn>: when enabled, Ardour will
564         use type &quot;Dialog&quot; for all floating windows instead of using type
565         &quot;Utility&quot; for some of them. This may help usability with some
566         window managers. This setting requires a restart of Ardour to take effect.
567       </li>
568       <li>
569         <dfn>Transient windows follow front window.</dfn>: when enabled,
570         transient windows will follow the front window when toggling between the
571         editor and mixer. This setting requires a restart of Ardour to take effect.
572       </li>
573       <li>
574         <dfn>Float detached monitor-section window</dfn>: as the <a href="@@monitor-section">
575         monitor section</a> can be detached from the mixer, this option makes it a
576         floating window, which may be handled differently by the windowing system
577         and easier to access.
578       </li>
579     </ul>
580   </li>
581 </ul>  
582  
583 <h3 id="preferences-appearance-translation">Translation</h3>
584
585 <ul>
586   <li>
587     <dfn>Internationalization</dfn>
588     <ul>
589       <li>
590         <dfn>Use translations</dfn> sets if Ardour should use a translated
591         version of all the messages. The default (unchecked) is English (US). When
592         checked, and if a language file exists for the system language, this file
593         will be used to translate Ardour.
594       </li>
595     </ul>
596   </li>
597 </ul>    
598       
599 <h2 id="preferences-editor">Editor</h2>
600      
601 <ul>
602   <li>
603         <dfn>Region Information</dfn>      
604         <ul>
605           <li>
606         <dfn>Show xrun markers in regions</dfn> puts a marker on the region(s)
607         while recording, when a buffer over/underflow happens.
608       </li>      
609       <li>
610         <dfn>Show cue markers in regions</dfn> determines if cue markers,
611         that are bounded to regions, are displayed or not.
612       </li>  
613       <li>
614         <dfn>Show gain envelopes in audio regions:</dfn> sets in which
615         <a href="@@toolbox">modes</a> the gain envelope is displayed in audio regions.
616         The gain envelope is superimposed over the region in the selected modes, and
617         hidden otherwise for a better legibility.
618       </li>
619     </ul>   
620   </li>
621   <li>
622         <dfn>Scroll and Zoom Behaviors</dfn>      
623         <ul>   
624       <li>
625         <dfn>Zoom to mouse position when zooming with scroll wheel</dfn>: by default,
626         Ardour zooms to the <a href="@@edit-point-control">edit point</a>. When this
627         option is checked, and the zoom is done with <kbd class="mod1n"></kbd> + mousewheel,
628         the zoom will happen at the mouse cursor position regardless of the edit point
629         chosen.
630       </li>
631       <li>
632         <dfn>Zoom with vertical drag in rulers</dfn> allows, when checked, to click
633         anywhere in an empty zone of the <a href="@@ruler">ruler</a> zone and drag
634         up to zoom in or down to zoom out.
635       </li>
636       <li>
637         <dfn>Double click zooms to selection</dfn> allows by double clicking, to zoom
638         on the selection, both on the time and tracks axes. If the selection has been
639         done with <kbd class="mod1n"></kbd> or <kbd class="mod3n"></kbd>, then this
640         key should still be pressed when double clicking for this to work, otherwise
641         the first click breaks the group selection.
642       </li>
643       <li>
644         <dfn>Update editor window during drags of the summary</dfn>: when
645         enabled the contents of the editor window will redraw the tracks area
646         as the selection rectangle in the <a href="@@summary">summary</a> area is
647         moved or resized.
648       </li>
649       <li>
650         <dfn>Auto-scroll editor window when dragging near its edges</dfn>
651         when enabled will scroll the editor window automatically when dragging a
652         region. This can make it easier to see where to position the region.
653       </li>    
654       <li>
655         <dfn>Auto-scroll speed when dragging playhead:</dfn> chooses how fast the canvas
656         scrolls when dragging the playhead outside of the visible canvas.
657       </li>
658       <li>
659         <dfn>Limit zoom &amp; summary view beyond session extents to:</dfn>
660         prevents the zoom out both in the editor and the summary, to show anything past
661         the chosen time after the end marker, restraining the vision to only useful
662         content.
663       </li>
664     </ul>
665   </li>
666   <li>
667         <dfn>Editor Behaviour</dfn>      
668         <ul>
669           <li>
670         <dfn>Move relevant automation when audio regions are moved</dfn>,
671         when enabled, causes automation data to stay with a region when the
672         region is moved inside the playlist. When disabled, the automation is
673         not affected by movement of regions.
674       </li>
675       <li>
676         <dfn>Ignore Y-axis click position when adding new automation-points</dfn>
677         allows to create new automation points at the x-position of the mouse, without
678         using the Y-position as the value, hence creating a new automation point at
679         its present value.
680       </li>
681       <li>
682                 <dfn>Automation edit cancels auto hide</dfn> determines wether automation
683                 lanes that have been automatically shown because of the 
684                 <kbd class="option">Edit &gt; Show Automation Lane on Touch</kbd>
685                 option should be kept visible if the automation has been touched.
686       </li>
687       <li>
688         <dfn>Default fade shape:</dfn> sets which <a href="@@create-region-fades-and-crossfades">
689         fade shape</a> is the default.
690       </li>
691       <li>
692         <dfn>Regions in edit groups are edited together:</dfn> sets
693         the criteria to see if editing actions apply to tracks grouped together
694         in an group.
695       </li>
696       <li>
697         <dfn>Layering model:</dfn> Ardour allows <a href="@@layering-display">layering</a>
698         multiple regions in the same track. This selector defines how these layers are
699         managed, either manually or by placing the latest on top.
700       </li>
701     </ul>
702   </li>
703   <li>
704     <dfn>Split/Separate</dfn>
705     <ul>
706       <li>
707         <dfn>After a Separate operation, in Range mode:</dfn> determines what
708         should become of the Range selection after a Separate operations:
709         <ul>
710                         <li>Clear the Range Selection: nothing is selected anymore</li>
711                         <li>Preserve the Range Selection: the range selection is kept</li>
712                         <li>Force-Select the regions under the range: the regions that
713                         were in the range selection are selected in Grab/Object mode</li>
714         </ul>
715       </li>
716       <li>
717         <dfn>After a Split operation, in Object mode:</dfn> determines which,
718         if any, regions are selected after a split operation. The options are:
719         <ul>
720                         <li>Clear the Region Selection: nothing is selected anymore</li>
721                         <li>Select only the newly-created regions BEFORE the split point:
722                         </li>if regions have been affected by the split, then the regions
723                         created by the split before the split point is selected
724                         <li>Select only the newly-created regions BEFORE the split point:
725                         same as above, for the regions created after the split point</li>
726                         <li>Select the newly-created regions: sum of the two above, i.e. all
727                         the regions that are created as a result of the split are selected.</li>
728                         <li>Preserve the existing selection, AND select all newly-created regions:
729                         same as above (all the parts that have been created by the split) plus
730                         the unaffected regions that were selected before the split.</li>
731         </ul>
732       </li>
733     </ul>
734   </li>
735 </ul>
736
737 <h3 id="preferences-editor-snap">Snap</h3>
738
739 <ul>
740   <li>
741         <dfn>General Snap options:</dfn>      
742         <ul>
743           <li>
744         <dfn>Snap Threshold (pixels):</dfn> is the maximum distance between
745         a snap anchor and an object for Ardour to force the object to be
746         placed precisely at that anchor.
747       </li> 
748           <li>
749         <dfn>Approximate Grid/Ruler granularity (pixels):</dfn> Ardour tries
750         to show a reasonable number of grid lines at the current zoom level
751         and in the available screen estate. This value tells Ardour what the
752         approximate absolute distance between two closest grid lines should
753         be, so that it displays the most relevant grid scale to approximately
754         fit this distance.
755       </li> 
756           <li>
757         <dfn>Show "snapped cursor"</dfn> If the Edit point is not the playhead,
758         shows the currently selected Edit point as a blue line, to indicate
759         where the next editing operation will occur.
760       </li>
761       <li>
762         <dfn>Snap rubberband selection to grid</dfn> makes the highlighted 
763         zone created by an area selection also snap to grid, i.e. the beginning
764         and end of the resulting selecting box will both be grid anchors.
765       </li>
766       <li>
767         <dfn>Grid switches to alternate selection for Internal Edit Tools</dfn>
768         Two levels of grid mode can coexist in Ardour, one for global regions
769         manipulations, and one for finer, in-region editing (e.g. for placing
770         MIDI events in a MIDI region). When this option is checked, entering
771         Internal Edit mode makes the grid mode switch from one mode to the other.
772       </li>
773       <li>
774         <dfn>Rulers automatically change to follow the Grid mode selection</dfn>
775         If enabled, changing the Grid mode also makes the relevant
776         <a href="@@ruler">ruler</a> visible, while hiding the other ones.
777       </li>
778     </ul>
779   </li>
780   <li>
781         <dfn>When "Snap" is enabled, snap to:</dfn>      
782         Lists the different possible anchors to which an object should snap to, among:
783         <ul>
784           <li>Markers</li>
785           <li>Region Sync points</li>
786           <li>Region Starts</li>
787           <li>Region Ends</li>
788           <li>Grid</li>
789         </ul>
790   </li>
791 </ul>
792       
793 <h3 id="preferences-editor-modifiers">Modifiers</h3>
794
795 <p>
796   This page allows to choose how things are done in the editor. This is a very
797   flexible way for Ardour to match an existing workflow, or speed up the editing
798   process based on the user's most used actions.
799 </p>
800 <p>
801   The <kbd class="menu">Reset to recommended defaults</kbd> button at the bottom
802   provides a way to revert any user made change to its default value.
803 </p>
804       
805 <h2 id="preferences-midi">MIDI</h2>
806
807 <ul>
808   <li>
809     <dfn>Session</dfn>
810     <ul>
811           <li>
812         <dfn>Allow non quarter-note pulse</dfn>: by default, Ardour understands the <a
813         href="@@tempo-and-meter">tempo</a> as the number of quarter notes in a minute.
814         Checking this option allows to set the tempo based on any division of the note,
815         from whole to 1/128th. This is reflected in the <kbd class="menu">Edit
816         Tempo</kbd> window (accessed by double clicking a tempo marker) that shows a
817         "Pulse" menu when this option is checked.
818       </li>     
819       <li>
820         <dfn>Initial program change:</dfn> Ardour will send a MIDI program
821         change message on the <code>ardour:MMC out</code> MIDI port when a session
822         is loaded and whenever this field is changed. A value of -1 means don't
823         send any program change message.
824       </li>
825     </ul>
826   </li>
827   <li>
828     <dfn>Audition</dfn>
829     <ul>
830       <li>
831         <dfn>Sound MIDI notes as they are selected in the editor</dfn> will play
832         any selected or added MIDI note when in Draw or Internal Edit modes. The
833         note is sent as MIDI as if Ardour was playing it withe the session, so the
834         processors and signal routing will be applied.
835       </li>
836     </ul>
837   </li>
838   <li>
839     <dfn>Virtual Keyboard</dfn>
840     <ul>
841       <li>
842         <dfn>Virtual Keyboard Layout:</dfn> selects which (if any) computer
843         keyboard layout is used to be mapped on the keys of the musical
844         keyboard of the Virtual Keyboard (<kbd class="menu">Window &gt; Virtual Keyboard</kbd>).
845       </li>
846
847     </ul>
848   </li>
849   <li>
850     <dfn>MIDI Port Options</dfn>
851     <ul>
852       <li>
853         <dfn>MIDI input follows MIDI track selection</dfn> allows Ardour to automatically
854         connect the MIDI input to the selected track. Selecting a different MIDI
855         track results in Ardour disconnecting the MIDI device from the former track
856         and connecting it to the newly selected one, so that the MIDI device is
857         always connected to the selected track. Which MIDI device will follow
858         selection can be chosen below.
859       </li>
860     </ul>
861   </li>
862 </ul>      
863
864 <h3 id="preferences-midi-port-config">Modifiers</h3>
865
866 <p>
867   This page allows to set options for input and output MIDI devices, such as:
868 </p>
869
870 <ul>
871   <li><kbd class="menu">Music data</kbd>: whether Ardour should accept/send note events from/to selected MIDI device</li>
872   <li><kbd class="menu">Control data</kbd>: whether Ardour should accept/send control events (Control Change, or CC) from/to selected MIDI device</li>
873   <li><kbd class="menu">Follow selection</kbd>: whether Ardour should connect this device to a selected track only (only applicable to input devices)</li>
874 </ul>
875   
876 <h2 id="preferences-transport">Transport</h2>
877
878 <ul>
879   <li>
880     <dfn>General</dfn>
881     <ul>
882       <li>
883         <dfn>Prompt for new marker names</dfn> when enabled, popup a dialog
884         when a new <a href="@@working-with-markers">marker</a> is created. This allows
885         markers to be named as they are created.
886       </li>             
887       <li>
888         <dfn>Stop at the end of the session</dfn> causes the transport to
889         stop during playback when it reaches the end marker. Behavior during
890         recording is not changed.
891       </li>
892       <li>
893         <dfn>Keep record-enable engaged on stop</dfn> leaves the global
894         record-enable engaged after transport is stopped.  Does not affect track
895         level record-enable which is never changed on stop.
896       </li>
897       <li>
898         <dfn>Reset default speed on stop</dfn> when the 
899         <a href="@@transport-bar">Shuttle speed control</a> is in <em>wheel</em>
900         mode, i.e. the transport speed can be constantly changed, enabling this
901         option makes these changes temporary, and the transport speed reset
902         each time the transport is stopped.      
903       </li>
904       <li>
905         <dfn>Disable per-track record disarm while rolling</dfn>, when
906         enabled, will not allow the any track's record-enable to be disarmed
907         during record, preventing accidentally stopping the recording of a take.
908       </li>
909       <li>
910         <dfn>12dB gain reduction during fast-forward and fast-rewind</dfn>
911         when enabled will reduce the unpleasant increase in perceived volume
912         that occurs when fast-forwarding or rewinding through some kinds of audio.
913       </li>
914       <li>
915         <dfn>Rewind/Fast-forward buttons change direction immediately</dfn>
916         sets wether Rewind and Fast-forward transport operations
917         (<kbd class="menu">Transport &gt; Forward/Rewind</kbd>) changes the 
918         playback direction and speed abruptly, or gradually.
919       </li>
920       <li>
921         <dfn>Allow auto-return after rewind/ffwd operations</dfn>
922         if <a href="@@other-toolbar-items#playhead_options">Auto return</a>is engaged, sets wether
923         it applies to rewind and fast-forward operations.
924       </li>
925       <li>
926         <dfn>Preroll:</dfn> sets the duration of the preroll for playing and
927         recording when using a preroll. Can be a musical duration (in bars) or a
928         duration in seconds.
929       </li>
930     </ul>
931   </li>  
932   <li>
933     <dfn>Looping</dfn>
934     <ul>
935       <li>
936         <dfn>Play loop is a transport mode</dfn> changes the behavior of the
937         loop button, turning it into a toggle. When enabled, the loop button does
938         not start playback but forces playback to always play the loop. Looping
939         stays engaged when the transport is stopped. Playback continues where the
940         transport stopped and continues to loop. When disabled, the loop button
941         starts playing the loop but stop then cancels loop playback.
942       </li>
943       <li>
944         <dfn>Loop Fades:</dfn> when the transport moves from the end of the loop
945         range back to the beginning, clicks might be audible. This parameter
946         allows for adding fades (in, out or cross-) to prevent those clicks.
947       </li>
948     </ul>
949   </li>
950   <li>
951     <dfn>Dropout (xrun) Handling</dfn>
952     <ul>
953       <li>
954         <dfn>Stop recording when an xrun occurs</dfn> will stop the transport
955         when an xrun occurs during recording, ensuring no audible glitches are
956         recorded.
957       </li>
958       <li>
959         <dfn>Create markers where xruns occur</dfn> will create a new
960         <a href="@@working-with-markers">marker</a> when an xrun occurs during
961         recording at the location of the xrun. This marks where possible xruns
962         might produce audible glitches.
963       </li>
964       <li>
965         <dfn>Reset x-runs counter when starting to record</dfn>, when enabled,
966         sets the x-run counter in the <a href="@@status-bar">Status bar</a>
967         to 0 each time a recording is started, hence showing only the relevant
968         number of x-run while recording.
969       </li>
970     </ul>
971   </li>
972   <li>
973         <dfn>Plugins</dfn>
974     <ul>  
975           <li>
976         <dfn>Silence plugins when the transport is stopped</dfn> when stopping
977         playback or recording, if this option is checked, the plugins that still
978         emit sound (reverbs, etc&hellip;) will be stopped. If unchecked, the plugins
979         will continue playing after the transport stop.
980       </li>
981         </ul>
982   </li>
983 </ul>  
984   
985 <h3 id="preferences-transport-chase">Chase</h3>
986
987 <ul>
988   <li>
989     <dfn>MIDI Machine Control (MMC)</dfn>
990     <ul>
991       <li>
992         <dfn>Respond to MMC commands</dfn> when enabled Ardour will respond
993         to MIDI Machine Control commands received on the <code>ardour:MMC in</code>
994         MIDI port.
995       </li>  
996       <li>
997         <dfn>Inbound MMC device ID:</dfn> is the only device ID Ardour will
998         respond to when an MMC command is received on the <code>ardour:MMC in</code>
999         MIDI port.
1000       </li>
1001     </ul>
1002   </li>
1003   <li>
1004     <dfn>Transport Masters</dfn>
1005     <ul>
1006           <li>
1007                 <dfn>Show Transport Master Window</dfn> Opens the Transport masters
1008                 window, where all the timecode sources are shown to be selected
1009                 and/or synchronized; same as clicking <kbd class="menu">Window &gt;
1010                 Transport Masters</kbd>
1011           </li>
1012       <li>
1013                 <dfn>Match session video frame rate to external timecode</dfn>
1014                 controls the value of the video frame rate <em>while chasing</em>
1015                 an external timecode source. When enabled, the session video frame rate will be
1016                 changed to match that of the selected external timecode source. When disabled,
1017                 the session video frame rate will not be changed to match that of the selected
1018                 external timecode source. Instead, the frame rate indication in the main clock
1019                 will flash red and Ardour will convert between the external timecode standard
1020                 and the session standard.
1021           </li>
1022     </ul>
1023   </li>
1024 </ul>
1025
1026 <h3 id="preferences-transport-generate">Generate</h3>
1027
1028 <ul>
1029   <li>
1030     <dfn>Linear Timecode (LTC) Generator</dfn>
1031     <ul>
1032       <li>
1033         <dfn>Enable LTC generator</dfn> when enabled Ardour will
1034         output an LTC timecode signal on its <em>LTC-out</em> port.
1035         If this option is checked, the two options below are active:
1036       </li>
1037       <li>
1038         <dfn>Send LTC while stopped</dfn>, (only available when the previous
1039         <em>Enable LTC generator</em> is on) when enabled Ardour will
1040         continue to send LTC information even while the transport (playhead)
1041         is not moving.
1042       </li>
1043       <li>
1044         <dfn>LTC generator level [dBFS]:</dfn> specifies the peak volume of
1045         the generated LTC signal in dbFS. A good value is 0dBu&equals;&minus;18dbFS
1046         in an EBU calibrated system.
1047       </li>
1048       <li>
1049         <dfn>LTC Output Port:</dfn> selects to which port (if any) the
1050         LTC generator will be connected by default.
1051       </li>
1052     </ul>
1053   </li>
1054   <li>
1055     <dfn>MIDI Time Code (MTC) Generator</dfn>
1056     <ul>
1057       <li>
1058         <dfn>Enable MTC Generator</dfn> when enabled Ardour will generate MIDI
1059         time code on the <code>ardour:MTC out</code> MIDI port.
1060       </li>
1061       <li>
1062         <dfn>Max MTC varispeed (%):</dfn>
1063         MIDI time code generation will be disabled when the transport speed is
1064         greater than normal speed plus this percentage or less than normal minus
1065         this percentage.
1066       </li>
1067     </ul>
1068   </li>
1069   <li>
1070         <dfn>MIDI Machine Control (MMC)</dfn>
1071         <ul>
1072           <li>
1073         <dfn>Send MMC commands</dfn> when enabled Ardour will send MIDI Machine
1074         Control commands on the <code>ardour:MMC out</code>
1075         MIDI port.
1076       </li>
1077           <li>
1078         <dfn>Outbound MMC device ID:</dfn> is the MIDI device ID Ardour will
1079         use when it sends MMC commands.
1080       </li>
1081     </ul>
1082   </li>
1083   <li>
1084     <dfn>MIDI Beat Clock (Mclk) Generator</dfn>
1085     <ul>
1086       <li>
1087         <dfn>Enable Mclk generator</dfn> when enabled Ardour will generate a
1088         (tempo dependant) beat clock at a rate of 24 pulses per quarter note on
1089         the <code>ardour:MIDI clock out</code> port.
1090       </li>
1091     </ul>
1092   </li>
1093 </ul>
1094
1095 <h2 id="preferences-plugins">Plugins</h2>
1096
1097 <p class="note">
1098   The content of this preference page varies heavily between versions or Ardour:
1099   both the platform and the build-time options can make Ardour support some types
1100   of plugins and not others. While this documentation tries to show all possible
1101   options, most systems will only show a subset of the options hereunder, e.g.
1102   AudioUnits are macOS only&hellip;
1103 </p>
1104
1105 <ul>
1106   <li>
1107     <dfn>Scan/Discover</dfn>
1108     <ul>
1109       <li>
1110         <dfn>Scan for Plugins</dfn> will initiate an immediate scan of the system
1111         for available plugins. Useful to get a newly installed plugin recognised
1112         by Ardour.
1113       </li>
1114       <li>
1115         <dfn>Scan Time Out</dfn> sets the time that Ardour will try to find
1116         any plugins in known paths until it gives up.
1117       </li>
1118     </ul>
1119   </li>
1120   <li>
1121     <dfn>General</dfn>
1122     <ul>
1123           <li>
1124         <dfn>Scan for [new] Plugins on Application Start</dfn> When
1125           enabled new plugins are searched, tested and added to the cache
1126           index on application start. When disabled new plugins will only be
1127           available after triggering a 'Scan' manually.
1128       </li>
1129       <li>
1130         <dfn>Always Display Plugin Scan Progress</dfn> When enabled a
1131         popup window showing plugin scan progress is displayed for indexing
1132         (cache load) and discovery (detect new plugins).
1133       </li>
1134       <li>
1135         <dfn>Verbose Plugin Scan</dfn>: adds information about the plugin in the
1136         <a href="@@status-bar">Log window</a>.
1137       </li>
1138       <li>
1139         <dfn>Make new plugins active</dfn> when enabled, any plugin added to a track
1140         will be in active mode. If unchecked, the plugins will be added in inactive
1141         mode by default, hence have no processing effect on the track/bus.
1142       </li>
1143     </ul>
1144   </li>
1145   <li>
1146     <dfn>LV1/LV2</dfn>
1147     <ul>
1148       <li>
1149         <dfn>Conceal LADSPA (LV1) Plugins if matching LV2 exists</dfn> When 
1150         enabled, gives precedence to the LV2 (more up-to-date) version of
1151         a plugin over its LV1 version, if both exists.
1152       </li>
1153     </ul>
1154   </li>
1155   <li>
1156     <dfn>Plugin GUI</dfn>
1157     <ul>
1158       <li>
1159         <dfn>Automatically open the plugin GUI when adding a new plugin</dfn>
1160         shows the plugins GUI as soon as it is added to the processing box. If
1161         unchecked, the plugin will be added in the processor box but the GUI will
1162         only be shown when <kbd class="mouse">double clicking</kbd> it.
1163       </li>
1164       <li>
1165         <dfn>Show Plugin Inline Display on Mixer strip by default</dfn> allows Ardour
1166         to show, in the <a href="@@audiomidi-mixer-strips">mixer strips</a>, a
1167         visual rendering of the effect. These Inline Display are a special feature
1168         of Ardour, so not all plugins are able to show this display. Most of Ardour's
1169         <a href="@@plugins-bundled-with-ardour">own plugins</a> have an Inline Display.
1170         At any time, the plugin's Inline Display can be toggled on or off by
1171         <kbd class="mod3n"></kbd>double-clicking it.
1172       </li>
1173       <li>
1174         <dfn>Don't automatically open the plugin GUI when the plugin has an inline
1175         display mode</dfn>: this option, available only if
1176         <kbd class="option">Automatically open the plugin GUI when adding a new plugin</kbd>
1177         is checked, supercedes it and hides the plugin GUI at creation if it has an
1178         Inline Display, like Ardour's own <code>ACE *</code> plugins.
1179       </li>
1180     </ul>
1181   </li>
1182   <li>
1183     <dfn>Instrument</dfn>
1184     <ul>
1185       <li>
1186         <dfn>Ask to replace existing instrument plugin</dfn>: if a MIDI track already
1187         has an instrument (i.e. MIDI to audio converter of some sort) and this
1188         option is checked, Ardour will detect it and offer to replace the existing
1189         instrument with the newly added one, avoiding a possible conflict.
1190       </li>
1191       <li>
1192         <dfn>Interactively configure instrument plugins on insert</dfn>: when inserting
1193         a multichannel instrument plugin, if this option is checked, prompts the
1194         user for the channel configuration for this plugin.
1195       </li>
1196     </ul>
1197   </li>
1198   <li>
1199     <dfn>Statistics</dfn>
1200     <ul>
1201       <li>
1202         <dfn>Reset Statistics</dfn>: clears the statistics used to determine
1203         the most used and most recently used plugins.
1204       </li>
1205       <li> 
1206         <dfn>Plugin chart (use-count) length:</dfn> In the Mixer view's
1207         <a href="@@favorite-plugins-window">favorite plugins</a> section,
1208         determines how many plugins are displayed when in <em>Top-10 Plugins</em>
1209         mode. 
1210       </li>
1211       <li> 
1212         <dfn>Plugin recent list length:</dfn> Same as above,
1213         when in <em>Recent Plugins</em> mode. 
1214       </li>
1215     </ul>
1216   </li>
1217 </ul>
1218
1219 <h3 id="preferences-plugins-vst">VST</h3>
1220
1221 <ul>
1222   <li>
1223     <dfn>VST</dfn>
1224     <ul>
1225       <li>
1226         <dfn>Enable Mac VST2 support (requires restart or re-scan)</dfn> makes a
1227         MacOs system able to run VST-Mac plugins. As stated, a new scan for plugins
1228         is required, be it manually or by restarting Ardour.
1229       </li>
1230       <li>
1231         <dfn>Enable Linux VST2 support (requires restart or re-scan)</dfn> makes a
1232         Linux system able to run VST2 plugins.
1233       </li>
1234       <li>
1235         <dfn>Enable VST3 support (requires restart or re-scan)</dfn> makes any
1236         system able to run VST3 plugins.
1237       </li>
1238     </ul>
1239   </li>
1240   <li>
1241     <dfn>VST 2.x</dfn>
1242     <ul>
1243       <li>
1244         <dfn>VST 2 Cache:</dfn> Clicking the <kbd class="menu">Clear</kbd> button
1245         removes all VST plugins from the list of plugins available to be
1246         inserted into the processor box. A new VST plugin scan is then required.
1247       </li>
1248       <li>
1249         <dfn>VST 2 Ignorelist:</dfn> Clicking the <kbd class="menu">Clear</kbd>
1250         button makes ignored VST plugins available to be added to the processor
1251         box.
1252       </li>
1253       <li>
1254         <dfn>Linux VST2 Path:</dfn> Clicking the <kbd class="menu">Edit</kbd> button
1255         pops up a dialog to manage the directories that will be searched for Linux
1256         VST plugins. When modified, Ardour will offer to scan those paths for plugins.
1257       </li>
1258       <li>
1259         <dfn>Path:</dfn> are the paths chosen above.
1260       </li>
1261       <li>
1262         <dfn>Windows VST Path:</dfn> Clicking the <kbd class="menu">Edit</kbd> button
1263         pops up a dialog to manage the directories that will be searched for Windows
1264         VST plugins. When modified, Ardour will offer to scan those paths for plugins.
1265       </li>
1266       <li>
1267         <dfn>Path:</dfn> are the paths chosen above.
1268       </li>
1269     </ul>
1270   </li>
1271   <li>
1272     <dfn>VST 3</dfn>
1273     <ul>
1274           <li>
1275         <dfn>VST 3 Cache:</dfn> Same as above, for VST 3
1276       </li>
1277       <li>
1278         <dfn>VST 3 Ignorelist:</dfn> Same as above, for VST 3
1279       </li>
1280       <li>
1281         <dfn>Additional VST3 Path:</dfn> The VST 3 specs clearly define where
1282         the host application should look for plugins. Although Ardour provides a
1283         way to search other directories for plugin, it is out of spec and not
1284         recommanded.
1285       </li>
1286       <li>
1287         <dfn>Automatically show 'Micro Edit' tagged controls on the mixer-strip:</dfn>
1288         displays the plugin's UI directly inside each mixer strip (inline), if the plugin
1289         has a 'Micro Edit' <a hreg="@@plugin-selector">tag</a>.
1290       </li>
1291     </ul>
1292   </li>
1293   <li>
1294     <dfn>VST2/VST3</dfn>
1295     <ul>
1296       <li>
1297         <dfn>Conceal VST2 Plugin if matching LV3 exists</dfn> When 
1298         enabled, gives precedence to the VST3 (more up-to-date) version of
1299         a plugin over its VST2 version, if both exists.
1300       </li>
1301     </ul>
1302   </li>
1303 </ul>
1304
1305 <h3 id="preferences-plugins-audio_unit">Audio Unit</h3>
1306
1307 <ul>
1308   <li>
1309     <dfn>Audio Unit</dfn>
1310     <ul>
1311       <li>
1312         <dfn>Enable Audio Unit support (requires restart or re-scan)</dfn> When
1313         enabled, new AU plugins are searched, tested and added to the cache
1314         index on application start. When disabled, new plugins will only be
1315         available after triggering a 'Scan' manually.
1316       </li>
1317       <li>
1318         <dfn>AU Cache:</dfn> Clicking the <kbd class="menu">Clear</kbd> button
1319         removes all AU plugins from the list of plugins available to be
1320         inserted into the processor box. A new AU plugins scan is then required.
1321       </li>
1322       <li>
1323         <dfn>AU Ignorelist:</dfn> Clicking the <kbd class="menu">Clear</kbd>
1324         button makes ignored AU plugins available to be added to the processor
1325         box.
1326       </li>
1327     </ul>
1328   </li>
1329 </ul>
1330
1331 <h2 id="preferences-monitoring">Monitoring</h2>
1332
1333 <ul>
1334   <li>
1335     <dfn>Monitoring</dfn>
1336     <ul>
1337       <li>
1338         <dfn>Record monitoring handled by:</dfn> determines whether Ardour provides
1339         monitoring of incoming audio or whether monitoring is provided by hardware.
1340         See <a href="@@monitoring">Monitoring</a> for more information.
1341       </li>
1342       <li>
1343         <dfn>Auto Input does 'Talkback'</dfn> when enabled, the 
1344         <kbd class="option">Transport > Auto Input</kbd> option also sets
1345         the tracks to monitor its audio input when transport is not rolling.
1346       </li>
1347     </ul>
1348   </li>
1349   <li>
1350     <dfn>Solo</dfn> contains settings that affect the use of
1351     <a href="@@muting-and-soloing">solo, muting</a>, and
1352     <a href="@@panning">panning</a>.
1353     <ul>
1354       <li>
1355         <dfn>Solo controls are Listen controls</dfn>: when enabled, the
1356           soloed track is soloed only on the monitor bus, the master fader mix
1357           is not affected by the solo. This option can also be set by enabling
1358           pre-fader listen or after-fader listen in the <strong>Mixer</strong>
1359           monitor section.
1360       </li>
1361       <li>
1362         <dfn>Exclusive solo</dfn> when enabled will only solo the last
1363           track selected for solo. Previously soloed tracks will be un-soloed.
1364           This setting is also available from the <strong>Mixer</strong> monitor
1365           section.
1366       </li>
1367       <li>
1368         <dfn>Show solo muting</dfn> when enabled outlines the mute
1369           button on tracks and busses when another track is soloed.
1370       </li>
1371       <li>
1372         <dfn>Soloing overrides muting</dfn> when enabled allows a track
1373           to be heard when it is soloed while muted. This setting is also
1374           available from the <strong>Mixer</strong> monitor section.
1375       </li>
1376       <li>
1377         <dfn>Solo-in-place mute cut (dB):</dfn> sets the attenuation of
1378           the other tracks when another track is soloed in place. This setting
1379           is also available from the <strong>Mixer</strong> monitor section. The
1380         default is "&minus;inf" for &minus;&infin;, meaning the other tracks are
1381         totally muted.
1382       </li>
1383       <li>
1384         <dfn>Listen Position:</dfn> determines what is listened to when
1385           the solo controls are used as listen controls. The options are
1386           after-fader or pre-fader.
1387       </li>
1388       <li>
1389         <dfn>PFL signals come from:</dfn> determines whether the
1390           pre-fader listen position is before or after the pre-fader processors.
1391       </li>
1392       <li>
1393         <dfn>AFL signals come from:</dfn> determines whether the
1394           after-fader listen position is before or after the after-fader
1395           processors.
1396       </li>
1397     </ul>
1398   </li>
1399 </ul>
1400
1401 <h2 id="preferences-signal_flow">Signal Flow</h2>
1402
1403 <ul>
1404   <li>
1405     <dfn>Master</dfn> 
1406     <ul>
1407       <li>
1408         <dfn>Enable master-bus output gain control</dfn> adds a gain-stage to
1409         the master-bus and a Loudness Analyzer &amp; Normalizer button that
1410         calculates the Loudness (LUFS) of the session (or a range selection), 
1411         and normalizes the loudness according to various standards.
1412       </li>
1413     </ul>
1414   </li>
1415   <li>
1416     <dfn>Default Track / Bus Muting Options</dfn> sets the muting options
1417     for a newly created tracks or bus. The mute options for an existing track
1418     or bus are changed by the right-click context menu on a mute button.
1419     <ul>
1420       <li>
1421         <dfn>Mute affects pre-fader sends</dfn> when enabled pre-fader
1422           sends will be muted by default.
1423       </li>
1424       <li>
1425           <dfn>Mute affects post-fader sends</dfn> when enabled post-fader
1426           sends will be muted by default.
1427       </li>
1428       <li>
1429           <dfn>Mute affects control outputs</dfn> when enabled control
1430           outputs are muted by default.
1431       </li>
1432       <li>
1433           <dfn>Mute affects main outputs</dfn> when enabled main outputs
1434           are muted by default.
1435       </li>
1436     </ul>
1437   </li>
1438   <li>
1439     <dfn>Send Routing</dfn> affects <a href="@@aux-sends">aux and external sends</a>.
1440     <ul>
1441       <li>
1442         <dfn>Link panners of Aux and External Sends with main panner by default</dfn>
1443         when enabled, sends follow the channel panner. When disabled, sends can panned
1444         independently of the channel panner and fader. Double clicking the send in the
1445         processor box toggles the main panner and fader between the aux send and the
1446         channel.
1447       </li>
1448     </ul>
1449   </li>
1450   <li>
1451     <dfn>Audio Regions</dfn>
1452     <ul>
1453           <li>
1454         <dfn>Replicate missing region channels</dfn>: if a track is N-channel,
1455         and the region has fewer channels, this option copies the existing
1456         channel's data for this non-existent one. If left unchecked, the missing
1457         channels will stay silent.
1458       </li>
1459         </ul>
1460   </li>
1461   <li>
1462     <dfn>Track and Bus Connections</dfn>
1463     <ul>
1464       <li>
1465         <dfn>Auto-connect main output (master or monitor) bus to physical ports</dfn>
1466         auto-connects the outputs to the first N physical ports. In a session without a
1467         <a href="@@monitor-section">monitor section</a>, the master-bus is
1468         connected to the system's playback ports, and if a monitor section exists,
1469         the monitor-bus' output are connected.
1470       </li>
1471       <li>
1472         <dfn>Connect track inputs:</dfn> allows to choose when a new track is
1473         created whether its inputs will be automatically connected to the physical
1474         inputs of the system or not (hence the user has to manually connect it).
1475       </li>
1476       <li>
1477         <dfn>Connect track and bus outputs:</dfn> allows to choose, for any new
1478         track or bus created, whether its output will automatically be connected
1479         to the master bus, directly to the physical outputs or to nothing (the
1480         user has to manually connect it).
1481       </li>
1482       <li>
1483         <dfn>Use 'Strict-I/O' for new tracks or busses</dfn> determines the default
1484         choice for the <a href="@@trackbus-signal-flow">signal flow</a> of a newly created track or bus.
1485         This can be overridden in the <a href="@@adding-tracks-busses-and-vcas">
1486         Add Track/Bus/VCA</a> dialog
1487       </li>
1488     </ul>
1489   </li>
1490 </ul>
1491
1492 <h2 id="preferences-metronome">Metronome</h2>
1493
1494 <ul>
1495   <li>
1496     <dfn>Metronome</dfn> handles the way Ardour's metronome is played when
1497     enabled in the <a href="@@transport-bar">Transport Bar</a>.
1498     <ul>
1499       <li>
1500         <dfn>Emphasis on first beat</dfn> plays a different sound when the first
1501         beat is played (e.g. 1/4 in 4/4, 1/3 in 3/4,&hellip;). When unchecked, all
1502         the beats are indistinguishable.
1503       </li>
1504       <li>
1505         <dfn>Use built-in default sounds</dfn> when checked, uses Ardour's own
1506         sounds for the metronome click. Unchecking this allows to set some custom
1507         sounds below.
1508       </li>
1509       <li>
1510         <dfn>Audio file:</dfn> selects an audio file for the beats, in any
1511         <a href="@@supported-file-formats">format</a> Ardour supports.
1512       </li>
1513       <li>
1514         <dfn>Emphasis audio file:</dfn> in conjunction with
1515         <kbd class="option">Emphasis on first beat</kbd>, selects an audio file
1516         for the first beats of each bar.
1517       </li>
1518       <li>
1519         <dfn>Gain level:</dfn> allows the metronome's click sounds to be boosted
1520         or attenuated.
1521       </li>
1522     </ul>
1523   </li>
1524   <li>
1525     <dfn>Options</dfn>
1526     <ul>
1527       <li>
1528         <dfn>Enable Metronome only while recording</dfn>: when enabled, the
1529         metronome will remain silent unless Ardour is recording.
1530       </li>
1531     </ul>
1532   </li>
1533 </ul>
1534
1535
1536 <h2 id="preferences-control_surfaces">Control Surfaces</h2>
1537
1538 <p>
1539   This tab contains settings for <a href="@@control-surfaces">control surfaces</a>.
1540 </p>
1541 <p>
1542   It lists all the Control Surface protocols Ardour knows. To enable a
1543   <dfn>Control Surface Protocol</dfn>, the <kbd class="option">Enable</kbd> checkbox
1544   next to its name should be ticked. Editing the settings related to this protocol
1545   can be done by double-clicking its name or clicking the <kbd class="menu">Show
1546   protocol settings</kbd> (only for Generic MIDI and Open Sound Control).
1547 </p>
1548
1549 <h2 id="preferences-metering">Metering</h2>
1550
1551 <ul>
1552   <li>
1553     <dfn>Metering</dfn>
1554     <ul>
1555       <li>
1556         <dfn>Peak hold time:</dfn> allows the meter to keep displaying the highest
1557         signal level for a period of time before reverting to showing the actual
1558         instantaneous value (unless an even higher peak occurs). The longer this
1559         time is, the easier it is to spot peaks, at the expense of instantaneous
1560         accuracy.
1561       </li>
1562       <li>
1563         <dfn>DPM fall-off:</dfn> describes how fast the Digital Peak Meters can
1564         go from a high value to a lower one. Faster values are more accurate but
1565         less readable.
1566       </li>
1567       <li>
1568         <dfn>Meter line-up level; 0&nbsp;dBu:</dfn> chooses a standard for the
1569         conversion between dBFS (Full Scale) which represent the numeric signal
1570         level, and dBu which represents the analog signal level. This value is used
1571         to configure meter-marks and color knee-points, or set the reference levels
1572         for various meter-types.
1573       </li>
1574       <li>
1575         <dfn>IEC1/DIN Meter line-up level; 0&nbsp;dBu:</dfn> sets the reference
1576         level for the IEC1/DIN Meter
1577       </li>
1578       <li>
1579         <dfn>VU Meter standard:</dfn> selects which standard to use for the zero
1580         value of the vu-meters, i.e. the analog dBu value that will show as 0 on the
1581         VU-meter.
1582       </li>
1583       <li>
1584         <dfn>Peak indicator threshold [dBFS]:</dfn> at that value and over, the
1585         signal will make the peak meter to turn red, indicating a level too high.
1586       </li>
1587     </ul>
1588   </li>
1589   <li>
1590     <dfn>Default Meter Types</dfn> sets the default meters when creating a session
1591     or track. These meters can be changed afterwards by
1592     <kbd class="mouse">right</kbd>-clicking a meter.
1593     <ul>
1594       <li>
1595         <dfn>Default Meter Type for Master Bus:</dfn> defines which kind of
1596         <a href="@@metering-in-ardour">meter</a> will be used when creating a new
1597         session (does not apply to the current session).
1598       </li>
1599       <li>
1600         <dfn>Default Meter Type for busses:</dfn> defines which kind of
1601         meter will be used when creating a new bus (applies to the bus created
1602         after changing the value).
1603       </li>
1604       <li>
1605         <dfn>Default Meter Type for tracks:</dfn> same as above, for tracks.
1606       </li>
1607     </ul>
1608   </li>
1609   <li>
1610     <dfn>Region Analysis</dfn>
1611     <ul>
1612       <li>
1613         <dfn>Enable automatic analysis of audio</dfn> generates the transient
1614         values (used in e.g. the <a href="@@rhythm-ferret">Rhythm Ferret</a>)
1615         automatically. When unchecked, the transient values will be generated
1616         on demand.
1617       </li>  
1618     </ul>
1619   </li>
1620 </ul>
1621
1622 <h2 id="preferences-performance">Performance</h2>
1623
1624 <ul>  
1625   <li>
1626     <dfn>DSP CPU Utilization</dfn>
1627     <ul>
1628       <li>
1629         <dfn>Signal processing uses:</dfn> sets how many cpu processors can be
1630           used to do signal processing. It can be set to use one up to all
1631           processors.
1632       </li>
1633       <li>
1634         <dfn>Power Management, CPU DMA latency: </dfn> modern processors try
1635         to aggressively transition to power saving when idle, even for a few
1636         microseconds, hurting realtime performance by needing to wake to a
1637         more active state. This setting counters this behaviour by setting
1638         a maximum response time while low latency operation is desired.
1639         <kbd class="menu">0</em> is the fastest response time.
1640       </li>
1641     </ul>
1642   </li>
1643   <li>
1644     <dfn>CPU/FPU Denormals</dfn> are a specific type of very small numbers that
1645     can cause issues with CPU consumption when using some plugins in some
1646     circumstances. Ardour provides two methods of handling the issue.
1647     Trying different combinations of these settings may minimize CPU consumption.
1648     <ul>
1649       <li>
1650             <dfn>Use DC bias to protect against denormals</dfn> adds a small
1651             constant value to numbers to move the numbers away from zero.
1652           </li>
1653       <li>
1654                 <dfn>Processor handling:</dfn>, if the computer's hardware
1655             supports it, offers two methods that can be used individually or
1656             combined. Flush to zero and denormals are zero.
1657       </li>
1658     </ul>
1659   </li>
1660   <li>
1661     <dfn>Disk I/O Buffering</dfn> settings determine how many seconds of
1662     audio off of disk will be buffered in memory. Longer settings reduce
1663     the risk of buffer under-runs but consume more memory.
1664     <ul>
1665       <li>
1666             <dfn>Preset:</dfn> will automatically choose the values for the playback
1667         and recording buffer based on the chosen size of the session. The
1668         <strong>Custom</strong> option allows to manually select the buffers with
1669         the two sliders below.
1670       </li>
1671       <li>
1672             <dfn>Playback (seconds of buffering):</dfn> sets how many seconds of
1673         audio Ardour will buffer during playback.
1674       </li>
1675       <li>
1676              <dfn>Recording (seconds of buffering):</dfn> sets how many seconds of
1677          audio Ardour will buffer during recording.
1678       </li>
1679     </ul>
1680   </li>
1681   <li>
1682     <dfn>Memory Usage</dfn>
1683     <ul>
1684       <li>
1685         <dfn>Waveform image cache (megabytes):</dfn> sets the maximum amount of ram that
1686         can be used to store the images representing the waveforms in the editor. Past
1687         this amount, the images will be regenerated when needed, which can significantly
1688         decrease the system's performance.
1689       </li>
1690     </ul>
1691   </li>
1692   <li>
1693     <dfn>Automation</dfn>
1694     <ul>
1695       <li>
1696             <strong>Thinning factor</strong> ranges from 0 to 1000 with larger
1697             values sending fewer automation changes. Thinning is like lossy
1698             audio compression, removing data that is less likely to be noticed,
1699             although the more is removed, the more likely the loss will be noticed.
1700             The advantage to thinning is reduced CPU usage.
1701           </li>
1702       <li>
1703                 <strong>Automation sampling interval</strong> ranges from 1 to
1704         1000&nbsp;ms. Determines how frequently the automation input is
1705         sampled. The shorter the interval the higher the accuracy but also
1706         the higher the CPU requirements.
1707       </li>
1708     </ul>
1709   </li>
1710   <li>
1711         <dfn>Automatables</dfn>
1712     <ul>
1713           <li>    
1714         <dfn>Limit automatable parameters per plugin</dfn>: as some plugins
1715         (synthesizers, &hellip;) have a lot of parameters, and those parameters
1716         can be automated by Ardour, checking this will limit the number of parameters
1717         that are listed as automatable, hence making the lists shorter and the GUI
1718         more responsive.
1719       </li>
1720     </ul>
1721   </li>
1722 </ul>
1723
1724 <h2 id="preferences-video">Video</h2>
1725
1726 <ul>
1727   <li>
1728     <dfn>Video Server</dfn>
1729     <ul>
1730       <li>
1731         <dfn>Show Video Export Info before export</dfn> Shows a warning message
1732         when exporting a video about licensing and offers to open the
1733         <a href="@@workflow-amp-operations#export">export video</a> section of
1734         this manual.
1735       </li>
1736       <li>
1737         <dfn>Show Video Server Startup Dialog</dfn>: when using video inside Ardour,
1738         this video is accessed via Xjadeo from a source file through a Video Server.
1739         This options shows the server's startup dialog (useful for debugging a
1740         malfunctioning video).
1741       </li>
1742       <li>
1743         <dfn>Advanced Setup (remote video server)</dfn> can be used when the setup
1744         is more complex than opening a local file with Ardour. The tools used behind
1745         the scene by Ardour allow a lot of flexibility, so for a competent user,
1746         the options below are provided to access a distant file (i.e. on another
1747         machine). The default options for the two following fields ("http://localhost:1554"
1748         and "/") are suitable for local files.
1749       </li>
1750       <li>
1751         <dfn>Video Server URL:</dfn> Base URL of the video server delivering the video
1752         through the network (<code>http://IP-or-address:port</code>).
1753       </li>
1754       <li>
1755         <dfn>Video folder</dfn> is the server's local path to the document-root,
1756         i.e. the files that can be delivered by the server.
1757       </li>
1758     </ul>
1759   </li>
1760   <li>
1761     <dfn>Video Monitor</dfn>
1762     <ul>
1763       <li>
1764         <dfn>Custom Path to Video Monitor (xjadeo) - leave empty for default:</dfn>
1765         Ardour bundles offer xjadeo bundled, so it should run flawlessly. Though,
1766         for custom builds or if a newer version of xjadeo is available, one can
1767         specify a path to the wanted version of xjadeo.
1768       </li>
1769     </ul>
1770   </li>
1771 </ul>
1772