]> Shamusworld >> Repos - ardour-manual/blob - include/preferences.html
48285631c0cabd45e6a5c1db059978490e11b2c2
[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 waveform while recording</dfn> when
333         enabled, will draw the audio waveform in regions being recorded, in near
334         real time. 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 <h2 id="preferences-transport">Transport</h2>
865
866 <ul>
867   <li>
868     <dfn>General</dfn>
869     <ul>
870       <li>
871         <dfn>Prompt for new marker names</dfn> when enabled, popup a dialog
872         when a new <a href="@@working-with-markers">marker</a> is created. This allows
873         markers to be named as they are created.
874       </li>             
875       <li>
876         <dfn>Stop at the end of the session</dfn> causes the transport to
877         stop during playback when it reaches the end marker. Behavior during
878         recording is not changed.
879       </li>
880       <li>
881         <dfn>Keep record-enable engaged on stop</dfn> leaves the global
882         record-enable engaged after transport is stopped.  Does not affect track
883         level record-enable which is never changed on stop.
884       </li>
885       <li>
886         <dfn>Reset default speed on stop</dfn> when the 
887         <a href="@@transport-bar">Shuttle speed control</a> is in <em>wheel</em>
888         mode, i.e. the transport speed can be constantly changed, enabling this
889         option makes these changes temporary, and the transport speed reset
890         each time the transport is stopped.      
891       </li>
892       <li>
893         <dfn>Disable per-track record disarm while rolling</dfn>, when
894         enabled, will not allow the any track's record-enable to be disarmed
895         during record, preventing accidentally stopping the recording of a take.
896       </li>
897       <li>
898         <dfn>12dB gain reduction during fast-forward and fast-rewind</dfn>
899         when enabled will reduce the unpleasant increase in perceived volume
900         that occurs when fast-forwarding or rewinding through some kinds of audio.
901       </li>
902       <li>
903         <dfn>Rewind/Fast-forward buttons change direction immediately</dfn>
904         sets wether Rewind and Fast-forward transport operations
905         (<kbd class="menu">Transport &gt; Forward/Rewind</kbd>) changes the 
906         playback direction and speed abruptly, or gradually.
907       </li>
908       <li>
909         <dfn>Allow auto-return after rewind/ffwd operations</dfn>
910         if <a href="@@other-toolbar-items#playhead_options">Auto return</a>is engaged, sets wether
911         it applies to rewind and fast-forward operations.
912       </li>
913       <li>
914         <dfn>Preroll:</dfn> sets the duration of the preroll for playing and
915         recording when using a preroll. Can be a musical duration (in bars) or a
916         duration in seconds.
917       </li>
918     </ul>
919   </li>  
920   <li>
921     <dfn>Looping</dfn>
922     <ul>
923       <li>
924         <dfn>Play loop is a transport mode</dfn> changes the behavior of the
925         loop button, turning it into a toggle. When enabled, the loop button does
926         not start playback but forces playback to always play the loop. Looping
927         stays engaged when the transport is stopped. Playback continues where the
928         transport stopped and continues to loop. When disabled, the loop button
929         starts playing the loop but stop then cancels loop playback.
930       </li>
931       <li>
932         <dfn>Loop Fades:</dfn> when the transport moves from the end of the loop
933         range back to the beginning, clicks might be audible. This parameter
934         allows for adding fades (in, out or cross-) to prevent those clicks.
935       </li>
936     </ul>
937   </li>
938   <li>
939     <dfn>Dropout (xrun) Handling</dfn>
940     <ul>
941       <li>
942         <dfn>Stop recording when an xrun occurs</dfn> will stop the transport
943         when an xrun occurs during recording, ensuring no audible glitches are
944         recorded.
945       </li>
946       <li>
947         <dfn>Create markers where xruns occur</dfn> will create a new
948         <a href="@@working-with-markers">marker</a> when an xrun occurs during
949         recording at the location of the xrun. This marks where possible xruns
950         might produce audible glitches.
951       </li>
952       <li>
953         <dfn>Reset x-runs counter when starting to record</dfn>, when enabled,
954         sets the x-run counter in the <a href="@@status-bar">Status bar</a>
955         to 0 each time a recording is started, hence showing only the relevant
956         number of x-run while recording.
957       </li>
958     </ul>
959   </li>
960   <li>
961         <dfn>Plugins</dfn>
962     <ul>  
963           <li>
964         <dfn>Silence plugins when the transport is stopped</dfn> when stopping
965         playback or recording, if this option is checked, the plugins that still
966         emit sound (reverbs, etc&hellip;) will be stopped. If unchecked, the plugins
967         will continue playing after the transport stop.
968       </li>
969         </ul>
970   </li>
971 </ul>  
972   
973 <h3 id="preferences-transport-chase">Chase</h3>
974
975 <ul>
976   <li>
977     <dfn>MIDI Machine Control (MMC)</dfn>
978     <ul>
979       <li>
980         <dfn>Respond to MMC commands</dfn> when enabled Ardour will respond
981         to MIDI Machine Control commands received on the <code>ardour:MMC in</code>
982         MIDI port.
983       </li>  
984       <li>
985         <dfn>Inbound MMC device ID:</dfn> is the only device ID Ardour will
986         respond to when an MMC command is received on the <code>ardour:MMC in</code>
987         MIDI port.
988       </li>
989     </ul>
990   </li>
991   <li>
992     <dfn>Transport Masters</dfn>
993     <ul>
994           <li>
995                 <dfn>Show Transport Master Window</dfn> Opens the Transport masters
996                 window, where all the timecode sources are shown to be selected
997                 and/or synchronized; same as clicking <kbd class="menu">Window &gt;
998                 Transport Masters</kbd>
999           </li>
1000       <li>
1001                 <dfn>Match session video frame rate to external timecode</dfn>
1002                 controls the value of the video frame rate <em>while chasing</em>
1003                 an external timecode source. When enabled, the session video frame rate will be
1004                 changed to match that of the selected external timecode source. When disabled,
1005                 the session video frame rate will not be changed to match that of the selected
1006                 external timecode source. Instead, the frame rate indication in the main clock
1007                 will flash red and Ardour will convert between the external timecode standard
1008                 and the session standard.
1009           </li>
1010     </ul>
1011   </li>
1012 </ul>
1013
1014 <h3 id="preferences-transport-generate">Generate</h3>
1015
1016 <ul>
1017   <li>
1018     <dfn>Linear Timecode (LTC) Generator</dfn>
1019     <ul>
1020       <li>
1021         <dfn>Enable LTC generator</dfn> when enabled Ardour will
1022         output an LTC timecode signal on its <em>LTC-out</em> port.
1023         If this option is checked, the two options below are active:
1024       </li>
1025       <li>
1026         <dfn>Send LTC while stopped</dfn>, (only available when the previous
1027         <em>Enable LTC generator</em> is on) when enabled Ardour will
1028         continue to send LTC information even while the transport (playhead)
1029         is not moving.
1030       </li>
1031       <li>
1032         <dfn>LTC generator level [dBFS]:</dfn> specifies the peak volume of
1033         the generated LTC signal in dbFS. A good value is 0dBu&equals;&minus;18dbFS
1034         in an EBU calibrated system.
1035       </li>
1036       <li>
1037         <dfn>LTC Output Port:</dfn> selects to which port (if any) the
1038         LTC generator will be connected by default.
1039       </li>
1040     </ul>
1041   </li>
1042   <li>
1043     <dfn>MIDI Time Code (MTC) Generator</dfn>
1044     <ul>
1045       <li>
1046         <dfn>Enable MTC Generator</dfn> when enabled Ardour will generate MIDI
1047         time code on the <code>ardour:MTC out</code> MIDI port.
1048       </li>
1049       <li>
1050         <dfn>Max MTC varispeed (%):</dfn>
1051         MIDI time code generation will be disabled when the transport speed is
1052         greater than normal speed plus this percentage or less than normal minus
1053         this percentage.
1054       </li>
1055     </ul>
1056   </li>
1057   <li>
1058         <dfn>MIDI Machine Control (MMC)</dfn>
1059         <ul>
1060           <li>
1061         <dfn>Send MMC commands</dfn> when enabled Ardour will send MIDI Machine
1062         Control commands on the <code>ardour:MMC out</code>
1063         MIDI port.
1064       </li>
1065           <li>
1066         <dfn>Outbound MMC device ID:</dfn> is the MIDI device ID Ardour will
1067         use when it sends MMC commands.
1068       </li>
1069     </ul>
1070   </li>
1071   <li>
1072     <dfn>MIDI Beat Clock (Mclk) Generator</dfn>
1073     <ul>
1074       <li>
1075         <dfn>Enable Mclk generator</dfn> when enabled Ardour will generate a
1076         (tempo dependant) beat clock at a rate of 24 pulses per quarter note on
1077         the <code>ardour:MIDI clock out</code> port.
1078       </li>
1079     </ul>
1080   </li>
1081 </ul>
1082
1083 <h2 id="preferences-plugins">Plugins</h2>
1084
1085 <p class="note">
1086   The content of this preference page varies heavily between versions or Ardour:
1087   both the platform and the build-time options can make Ardour support some types
1088   of plugins and not others. While this documentation tries to show all possible
1089   options, most systems will only show a subset of the options hereunder, e.g.
1090   AudioUnits are macOS only&hellip;
1091 </p>
1092
1093 <ul>
1094   <li>
1095     <dfn>Scan/Discover</dfn>
1096     <ul>
1097       <li>
1098         <dfn>Scan for Plugins</dfn> will initiate an immediate scan of the system
1099         for available plugins. Useful to get a newly installed plugin recognised
1100         by Ardour.
1101       </li>
1102     </ul>
1103   </li>
1104   <li>
1105     <dfn>General</dfn>
1106     <ul>
1107           <li>
1108         <dfn>Scan for [new] Plugins on Application Start</dfn> When
1109           enabled new plugins are searched, tested and added to the cache
1110           index on application start. When disabled new plugins will only be
1111           available after triggering a 'Scan' manually.
1112       </li>
1113       <li>
1114         <dfn>Always Display Plugin Scan Progress</dfn> When enabled a
1115         popup window showing plugin scan progress is displayed for indexing
1116         (cache load) and discovery (detect new plugins).
1117       </li>
1118       <li>
1119         <dfn>Verbose Plugin Scan</dfn>: adds information about the plugin in the
1120         <a href="@@status-bar">Log window</a>.
1121       </li>
1122       <li>
1123         <dfn>Make new plugins active</dfn> when enabled, any plugin added to a track
1124         will be in active mode. If unchecked, the plugins will be added in inactive
1125         mode by default, hence have no processing effect on the track/bus.
1126       </li>
1127     </ul>
1128   </li>
1129   <li>
1130     <dfn>LV1/LV2</dfn>
1131     <ul>
1132       <li>
1133         <dfn>Conceal LADSPA (LV1) Plugins if matching LV2 exists</dfn> When 
1134         enabled, gives precedence to the LV2 (more up-to-date) version of
1135         a plugin over its LV1 version, if both exists.
1136       </li>
1137     </ul>
1138   </li>
1139   <li>
1140     <dfn>Plugin GUI</dfn>
1141     <ul>
1142       <li>
1143         <dfn>Automatically open the plugin GUI when adding a new plugin</dfn>
1144         shows the plugins GUI as soon as it is added to the processing box. If
1145         unchecked, the plugin will be added in the processor box but the GUI will
1146         only be shown when <kbd class="mouse">double clicking</kbd> it.
1147       </li>
1148       <li>
1149         <dfn>Show Plugin Inline Display on Mixer strip by default</dfn> allows Ardour
1150         to show, in the <a href="@@audiomidi-mixer-strips">mixer strips</a>, a
1151         visual rendering of the effect. These Inline Display are a special feature
1152         of Ardour, so not all plugins are able to show this display. Most of Ardour's
1153         <a href="@@plugins-bundled-with-ardour">own plugins</a> have an Inline Display.
1154         At any time, the plugin's Inline Display can be toggled on or off by
1155         <kbd class="mod3n"></kbd>double-clicking it.
1156       </li>
1157       <li>
1158         <dfn>Don't automatically open the plugin GUI when the plugin has an inline
1159         display mode</dfn>: this option, available only if
1160         <kbd class="option">Automatically open the plugin GUI when adding a new plugin</kbd>
1161         is checked, supercedes it and hides the plugin GUI at creation if it has an
1162         Inline Display, like Ardour's own <code>ACE *</code> plugins.
1163       </li>
1164     </ul>
1165   </li>
1166   <li>
1167     <dfn>Instrument</dfn>
1168     <ul>
1169       <li>
1170         <dfn>Ask to replace existing instrument plugin</dfn>: if a MIDI track already
1171         has an instrument (i.e. MIDI to audio converter of some sort) and this
1172         option is checked, Ardour will detect it and offer to replace the existing
1173         instrument with the newly added one, avoiding a possible conflict.
1174       </li>
1175       <li>
1176         <dfn>Interactively configure instrument plugins on insert</dfn>: when inserting
1177         a multichannel instrument plugin, if this option is checked, prompts the
1178         user for the channel configuration for this plugin.
1179       </li>
1180     </ul>
1181   </li>
1182   <li>
1183     <dfn>Statistics</dfn>
1184     <ul>
1185       <li>
1186         <dfn>Reset Statistics</dfn>: clears the statistics used to determine
1187         the most used and most recently used plugins.
1188       </li>
1189       <li> 
1190         <dfn>Plugin chart (use-count) length:</dfn> In the Mixer view's
1191         <a href="@@favorite-plugins-window">favorite plugins</a> section,
1192         determines how many plugins are displayed when in <em>Top-10 Plugins</em>
1193         mode. 
1194       </li>
1195       <li> 
1196         <dfn>Plugin recent list length:</dfn> Same as above,
1197         when in <em>Recent Plugins</em> mode. 
1198       </li>
1199     </ul>
1200   </li>
1201 </ul>
1202
1203 <h3 id="preferences-plugins-vst">VST</h3>
1204
1205 <ul>
1206   <li>
1207     <dfn>VST</dfn>
1208     <ul>
1209       <li>
1210         <dfn>Enable Mac VST2 support (requires restart or re-scan)</dfn> makes a
1211         MacOs system able to run VST-Mac plugins. As stated, a new scan for plugins
1212         is required, be it manually or by restarting Ardour.
1213       </li>
1214       <li>
1215         <dfn>Enable Linux VST2 support (requires restart or re-scan)</dfn> makes a
1216         Linux system able to run VST2 plugins.
1217       </li>
1218       <li>
1219         <dfn>Enable VST3 support (requires restart or re-scan)</dfn> makes any
1220         system able to run VST3 plugins.
1221       </li>
1222     </ul>
1223   </li>
1224   <li>
1225     <dfn>VST 2.x</dfn>
1226     <ul>
1227       <li>
1228         <dfn>VST 2 Cache:</dfn> Clicking the <kbd class="menu">Clear</kbd> button
1229         removes all VST plugins from the list of plugins available to be
1230         inserted into the processor box. A new VST plugin scan is then required.
1231       </li>
1232       <li>
1233         <dfn>VST 2 Ignorelist:</dfn> Clicking the <kbd class="menu">Clear</kbd>
1234         button makes ignored VST plugins available to be added to the processor
1235         box.
1236       </li>
1237       <li>
1238         <dfn>Linux VST2 Path:</dfn> Clicking the <kbd class="menu">Edit</kbd> button
1239         pops up a dialog to manage the directories that will be searched for Linux
1240         VST plugins. When modified, Ardour will offer to scan those paths for plugins.
1241       </li>
1242       <li>
1243         <dfn>Path:</dfn> are the paths chosen above.
1244       </li>
1245       <li>
1246         <dfn>Windows VST Path:</dfn> Clicking the <kbd class="menu">Edit</kbd> button
1247         pops up a dialog to manage the directories that will be searched for Windows
1248         VST plugins. When modified, Ardour will offer to scan those paths for plugins.
1249       </li>
1250       <li>
1251         <dfn>Path:</dfn> are the paths chosen above.
1252       </li>
1253     </ul>
1254   </li>
1255   <li>
1256     <dfn>VST 3</dfn>
1257     <ul>
1258           <li>
1259         <dfn>VST 3 Cache:</dfn> Same as above, for VST 3
1260       </li>
1261       <li>
1262         <dfn>VST 3 Ignorelist:</dfn> Same as above, for VST 3
1263       </li>
1264       <li>
1265         <dfn>Additional VST3 Path:</dfn> The VST 3 specs clearly define where
1266         the host application should look for plugins. Although Ardour provides a
1267         way to search other directories for plugin, it is out of spec and not
1268         recommanded.
1269       </li>
1270       <li>
1271         <dfn>Automatically show 'Micro Edit' tagged controls on the mixer-strip:</dfn>
1272         displays the plugin's UI directly inside each mixer strip (inline), if the plugin
1273         has a 'Micro Edit' <a hreg="@@plugin-selector">tag</a>.
1274       </li>
1275     </ul>
1276   </li>
1277   <li>
1278     <dfn>VST2/VST3</dfn>
1279     <ul>
1280       <li>
1281         <dfn>Conceal VST2 Plugin if matching LV3 exists</dfn> When 
1282         enabled, gives precedence to the VST3 (more up-to-date) version of
1283         a plugin over its VST2 version, if both exists.
1284       </li>
1285     </ul>
1286   </li>
1287 </ul>
1288
1289 <h3 id="preferences-plugins-audio_unit">Audio Unit</h3>
1290
1291 <ul>
1292   <li>
1293     <dfn>Audio Unit</dfn>
1294     <ul>
1295       <li>
1296         <dfn>Enable Audio Unit support (requires restart or re-scan)</dfn> When
1297         enabled, new AU plugins are searched, tested and added to the cache
1298         index on application start. When disabled, new plugins will only be
1299         available after triggering a 'Scan' manually.
1300       </li>
1301       <li>
1302         <dfn>AU Cache:</dfn> Clicking the <kbd class="menu">Clear</kbd> button
1303         removes all AU plugins from the list of plugins available to be
1304         inserted into the processor box. A new AU plugins scan is then required.
1305       </li>
1306       <li>
1307         <dfn>AU Ignorelist:</dfn> Clicking the <kbd class="menu">Clear</kbd>
1308         button makes ignored AU plugins available to be added to the processor
1309         box.
1310       </li>
1311     </ul>
1312   </li>
1313 </ul>
1314
1315 <h2 id="preferences-monitoring">Monitoring</h2>
1316
1317 <ul>
1318   <li>
1319     <dfn>Monitoring</dfn>
1320     <ul>
1321       <li>
1322         <dfn>Record monitoring handled by:</dfn> determines whether Ardour provides
1323         monitoring of incoming audio or whether monitoring is provided by hardware.
1324         See <a href="@@monitoring">Monitoring</a> for more information.
1325       </li>
1326       <li>
1327         <dfn>Auto Input does 'Talkback'</dfn> when enabled, the 
1328         <kbd class="option">Transport > Auto Input</kbd> option also sets
1329         the tracks to monitor its audio input when transport is not rolling.
1330       </li>
1331     </ul>
1332   </li>
1333   <li>
1334     <dfn>Solo</dfn> contains settings that affect the use of
1335     <a href="@@muting-and-soloing">solo, muting</a>, and
1336     <a href="@@panning">panning</a>.
1337     <ul>
1338       <li>
1339         <dfn>Solo controls are Listen controls</dfn>: when enabled, the
1340           soloed track is soloed only on the monitor bus, the master fader mix
1341           is not affected by the solo. This option can also be set by enabling
1342           pre-fader listen or after-fader listen in the <strong>Mixer</strong>
1343           monitor section.
1344       </li>
1345       <li>
1346         <dfn>Exclusive solo</dfn> when enabled will only solo the last
1347           track selected for solo. Previously soloed tracks will be un-soloed.
1348           This setting is also available from the <strong>Mixer</strong> monitor
1349           section.
1350       </li>
1351       <li>
1352         <dfn>Show solo muting</dfn> when enabled outlines the mute
1353           button on tracks and busses when another track is soloed.
1354       </li>
1355       <li>
1356         <dfn>Soloing overrides muting</dfn> when enabled allows a track
1357           to be heard when it is soloed while muted. This setting is also
1358           available from the <strong>Mixer</strong> monitor section.
1359       </li>
1360       <li>
1361         <dfn>Solo-in-place mute cut (dB):</dfn> sets the attenuation of
1362           the other tracks when another track is soloed in place. This setting
1363           is also available from the <strong>Mixer</strong> monitor section. The
1364         default is "&minus;inf" for &minus;&infin;, meaning the other tracks are
1365         totally muted.
1366       </li>
1367       <li>
1368         <dfn>Listen Position:</dfn> determines what is listened to when
1369           the solo controls are used as listen controls. The options are
1370           after-fader or pre-fader.
1371       </li>
1372       <li>
1373         <dfn>PFL signals come from:</dfn> determines whether the
1374           pre-fader listen position is before or after the pre-fader processors.
1375       </li>
1376       <li>
1377         <dfn>AFL signals come from:</dfn> determines whether the
1378           after-fader listen position is before or after the after-fader
1379           processors.
1380       </li>
1381     </ul>
1382   </li>
1383 </ul>
1384
1385 <h2 id="preferences-signal_flow">Signal Flow</h2>
1386
1387 <ul>
1388   <li>
1389     <dfn>Master</dfn> 
1390     <ul>
1391       <li>
1392         <dfn>Enable master-bus output gain control</dfn> adds a gain-stage to
1393         the master-bus and a Loudness Analyzer &amp; Normalizer button that
1394         calculates the Loudness (LUFS) of the session (or a range selection), 
1395         and normalizes the loudness according to various standards.
1396       </li>
1397     </ul>
1398   </li>
1399   <li>
1400     <dfn>Default Track / Bus Muting Options</dfn> sets the muting options
1401     for a newly created tracks or bus. The mute options for an existing track
1402     or bus are changed by the right-click context menu on a mute button.
1403     <ul>
1404       <li>
1405         <dfn>Mute affects pre-fader sends</dfn> when enabled pre-fader
1406           sends will be muted by default.
1407       </li>
1408       <li>
1409           <dfn>Mute affects post-fader sends</dfn> when enabled post-fader
1410           sends will be muted by default.
1411       </li>
1412       <li>
1413           <dfn>Mute affects control outputs</dfn> when enabled control
1414           outputs are muted by default.
1415       </li>
1416       <li>
1417           <dfn>Mute affects main outputs</dfn> when enabled main outputs
1418           are muted by default.
1419       </li>
1420     </ul>
1421   </li>
1422   <li>
1423     <dfn>Send Routing</dfn> affects <a href="@@aux-sends">aux and external sends</a>.
1424     <ul>
1425       <li>
1426         <dfn>Link panners of Aux and External Sends with main panner by default</dfn>
1427         when enabled, sends follow the channel panner. When disabled, sends can panned
1428         independently of the channel panner and fader. Double clicking the send in the
1429         processor box toggles the main panner and fader between the aux send and the
1430         channel.
1431       </li>
1432     </ul>
1433   </li>
1434   <li>
1435     <dfn>Audio Regions</dfn>
1436     <ul>
1437           <li>
1438         <dfn>Replicate missing region channels</dfn>: if a track is N-channel,
1439         and the region has fewer channels, this option copies the existing
1440         channel's data for this non-existent one. If left unchecked, the missing
1441         channels will stay silent.
1442       </li>
1443         </ul>
1444   </li>
1445   <li>
1446     <dfn>Track and Bus Connections</dfn>
1447     <ul>
1448       <li>
1449         <dfn>Auto-connect main output (master or monitor) bus to physical ports</dfn>
1450         auto-connects the outputs to the first N physical ports. In a session without a
1451         <a href="@@monitor-section">monitor section</a>, the master-bus is
1452         connected to the system's playback ports, and if a monitor section exists,
1453         the monitor-bus' output are connected.
1454       </li>
1455       <li>
1456         <dfn>Connect track inputs:</dfn> allows to choose when a new track is
1457         created whether its inputs will be automatically connected to the physical
1458         inputs of the system or not (hence the user has to manually connect it).
1459       </li>
1460       <li>
1461         <dfn>Connect track and bus outputs:</dfn> allows to choose, for any new
1462         track or bus created, whether its output will automatically be connected
1463         to the master bus, directly to the physical outputs or to nothing (the
1464         user has to manually connect it).
1465       </li>
1466       <li>
1467         <dfn>Use 'Strict-I/O' for new tracks or busses</dfn> determines the default
1468         choice for the <a href="@@trackbus-signal-flow">signal flow</a> of a newly created track or bus.
1469         This can be overridden in the <a href="@@adding-tracks-busses-and-vcas">
1470         Add Track/Bus/VCA</a> dialog
1471       </li>
1472     </ul>
1473   </li>
1474 </ul>
1475
1476 <h2 id="preferences-metronome">Metronome</h2>
1477
1478 <ul>
1479   <li>
1480     <dfn>Metronome</dfn> handles the way Ardour's metronome is played when
1481     enabled in the <a href="@@transport-bar">Transport Bar</a>.
1482     <ul>
1483       <li>
1484         <dfn>Emphasis on first beat</dfn> plays a different sound when the first
1485         beat is played (e.g. 1/4 in 4/4, 1/3 in 3/4,&hellip;). When unchecked, all
1486         the beats are indistinguishable.
1487       </li>
1488       <li>
1489         <dfn>Use built-in default sounds</dfn> when checked, uses Ardour's own
1490         sounds for the metronome click. Unchecking this allows to set some custom
1491         sounds below.
1492       </li>
1493       <li>
1494         <dfn>Audio file:</dfn> selects an audio file for the beats, in any
1495         <a href="@@supported-file-formats">format</a> Ardour supports.
1496       </li>
1497       <li>
1498         <dfn>Emphasis audio file:</dfn> in conjunction with
1499         <kbd class="option">Emphasis on first beat</kbd>, selects an audio file
1500         for the first beats of each bar.
1501       </li>
1502       <li>
1503         <dfn>Gain level:</dfn> allows the metronome's click sounds to be boosted
1504         or attenuated.
1505       </li>
1506     </ul>
1507   </li>
1508   <li>
1509     <dfn>Options</dfn>
1510     <ul>
1511       <li>
1512         <dfn>Enable Metronome only while recording</dfn>: when enabled, the
1513         metronome will remain silent unless Ardour is recording.
1514       </li>
1515     </ul>
1516   </li>
1517 </ul>
1518
1519
1520 <h2 id="preferences-control_surfaces">Control Surfaces</h2>
1521
1522 <p>
1523   This tab contains settings for <a href="@@control-surfaces">control surfaces</a>.
1524 </p>
1525 <p>
1526   It lists all the Control Surface protocols Ardour knows. To enable a
1527   <dfn>Control Surface Protocol</dfn>, the <kbd class="option">Enable</kbd> checkbox
1528   next to its name should be ticked. Editing the settings related to this protocol
1529   can be done by double-clicking its name or clicking the <kbd class="menu">Show
1530   protocol settings</kbd> (only for Generic MIDI and Open Sound Control).
1531 </p>
1532
1533 <h2 id="preferences-metering">Metering</h2>
1534
1535 <ul>
1536   <li>
1537     <dfn>Metering</dfn>
1538     <ul>
1539       <li>
1540         <dfn>Peak hold time:</dfn> allows the meter to keep displaying the highest
1541         signal level for a period of time before reverting to showing the actual
1542         instantaneous value (unless an even higher peak occurs). The longer this
1543         time is, the easier it is to spot peaks, at the expense of instantaneous
1544         accuracy.
1545       </li>
1546       <li>
1547         <dfn>DPM fall-off:</dfn> describes how fast the Digital Peak Meters can
1548         go from a high value to a lower one. Faster values are more accurate but
1549         less readable.
1550       </li>
1551       <li>
1552         <dfn>Meter line-up level; 0&nbsp;dBu:</dfn> chooses a standard for the
1553         conversion between dBFS (Full Scale) which represent the numeric signal
1554         level, and dBu which represents the analog signal level. This value is used
1555         to configure meter-marks and color knee-points, or set the reference levels
1556         for various meter-types.
1557       </li>
1558       <li>
1559         <dfn>IEC1/DIN Meter line-up level; 0&nbsp;dBu:</dfn> sets the reference
1560         level for the IEC1/DIN Meter
1561       </li>
1562       <li>
1563         <dfn>VU Meter standard:</dfn> selects which standard to use for the zero
1564         value of the vu-meters, i.e. the analog dBu value that will show as 0 on the
1565         VU-meter.
1566       </li>
1567       <li>
1568         <dfn>Peak indicator threshold [dBFS]:</dfn> at that value and over, the
1569         signal will make the peak meter to turn red, indicating a level too high.
1570       </li>
1571     </ul>
1572   </li>
1573   <li>
1574     <dfn>Default Meter Types</dfn> sets the default meters when creating a session
1575     or track. These meters can be changed afterwards by
1576     <kbd class="mouse">right</kbd>-clicking a meter.
1577     <ul>
1578       <li>
1579         <dfn>Default Meter Type for Master Bus:</dfn> defines which kind of
1580         <a href="@@metering-in-ardour">meter</a> will be used when creating a new
1581         session (does not apply to the current session).
1582       </li>
1583       <li>
1584         <dfn>Default Meter Type for busses:</dfn> defines which kind of
1585         meter will be used when creating a new bus (applies to the bus created
1586         after changing the value).
1587       </li>
1588       <li>
1589         <dfn>Default Meter Type for tracks:</dfn> same as above, for tracks.
1590       </li>
1591     </ul>
1592   </li>
1593   <li>
1594     <dfn>Region Analysis</dfn>
1595     <ul>
1596       <li>
1597         <dfn>Enable automatic analysis of audio</dfn> generates the transient
1598         values (used in e.g. the <a href="@@rhythm-ferret">Rhythm Ferret</a>)
1599         automatically. When unchecked, the transient values will be generated
1600         on demand.
1601       </li>  
1602     </ul>
1603   </li>
1604 </ul>
1605
1606 <h2 id="preferences-performance">Performance</h2>
1607
1608 <ul>  
1609   <li>
1610     <dfn>DSP CPU Utilization</dfn>
1611     <ul>
1612       <li>
1613         <dfn>Signal processing uses:</dfn> sets how many cpu processors can be
1614           used to do signal processing. It can be set to use one up to all
1615           processors.
1616       </li>
1617       <li>
1618         <dfn>Power Management, CPU DMA latency: </dfn> modern processors try
1619         to aggressively transition to power saving when idle, even for a few
1620         microseconds, hurting realtime performance by needing to wake to a
1621         more active state. This setting counters this behaviour by setting
1622         a maximum response time while low latency operation is desired.
1623         <kbd class="menu">0</em> is the fastest response time.
1624       </li>
1625     </ul>
1626   </li>
1627   <li>
1628     <dfn>CPU/FPU Denormals</dfn> are a specific type of very small numbers that
1629     can cause issues with CPU consumption when using some plugins in some
1630     circumstances. Ardour provides two methods of handling the issue.
1631     Trying different combinations of these settings may minimize CPU consumption.
1632     <ul>
1633       <li>
1634             <dfn>Use DC bias to protect against denormals</dfn> adds a small
1635             constant value to numbers to move the numbers away from zero.
1636           </li>
1637       <li>
1638                 <dfn>Processor handling:</dfn>, if the computer's hardware
1639             supports it, offers two methods that can be used individually or
1640             combined. Flush to zero and denormals are zero.
1641       </li>
1642     </ul>
1643   </li>
1644   <li>
1645     <dfn>Disk I/O Buffering</dfn> settings determine how many seconds of
1646     audio off of disk will be buffered in memory. Longer settings reduce
1647     the risk of buffer under-runs but consume more memory.
1648     <ul>
1649       <li>
1650             <dfn>Preset:</dfn> will automatically choose the values for the playback
1651         and recording buffer based on the chosen size of the session. The
1652         <strong>Custom</strong> option allows to manually select the buffers with
1653         the two sliders below.
1654       </li>
1655       <li>
1656             <dfn>Playback (seconds of buffering):</dfn> sets how many seconds of
1657         audio Ardour will buffer during playback.
1658       </li>
1659       <li>
1660              <dfn>Recording (seconds of buffering):</dfn> sets how many seconds of
1661          audio Ardour will buffer during recording.
1662       </li>
1663     </ul>
1664   </li>
1665   <li>
1666     <dfn>Memory Usage</dfn>
1667     <ul>
1668       <li>
1669         <dfn>Waveform image cache (megabytes):</dfn> sets the maximum amount of ram that
1670         can be used to store the images representing the waveforms in the editor. Past
1671         this amount, the images will be regenerated when needed, which can significantly
1672         decrease the system's performance.
1673       </li>
1674     </ul>
1675   </li>
1676   <li>
1677     <dfn>Automation</dfn>
1678     <ul>
1679       <li>
1680             <strong>Thinning factor</strong> ranges from 0 to 1000 with larger
1681             values sending fewer automation changes. Thinning is like lossy
1682             audio compression, removing data that is less likely to be noticed,
1683             although the more is removed, the more likely the loss will be noticed.
1684             The advantage to thinning is reduced CPU usage.
1685           </li>
1686       <li>
1687                 <strong>Automation sampling interval</strong> ranges from 1 to
1688         1000&nbsp;ms. Determines how frequently the automation input is
1689         sampled. The shorter the interval the higher the accuracy but also
1690         the higher the CPU requirements.
1691       </li>
1692     </ul>
1693   </li>
1694   <li>
1695         <dfn>Automatables</dfn>
1696     <ul>
1697           <li>    
1698         <dfn>Limit automatable parameters per plugin</dfn>: as some plugins
1699         (synthesizers, &hellip;) have a lot of parameters, and those parameters
1700         can be automated by Ardour, checking this will limit the number of parameters
1701         that are listed as automatable, hence making the lists shorter and the GUI
1702         more responsive.
1703       </li>
1704     </ul>
1705   </li>
1706 </ul>
1707
1708 <h2 id="preferences-video">Video</h2>
1709
1710 <ul>
1711   <li>
1712     <dfn>Video Server</dfn>
1713     <ul>
1714       <li>
1715         <dfn>Show Video Export Info before export</dfn> Shows a warning message
1716         when exporting a video about licensing and offers to open the
1717         <a href="@@workflow-amp-operations#export">export video</a> section of
1718         this manual.
1719       </li>
1720       <li>
1721         <dfn>Show Video Server Startup Dialog</dfn>: when using video inside Ardour,
1722         this video is accessed via Xjadeo from a source file through a Video Server.
1723         This options shows the server's startup dialog (useful for debugging a
1724         malfunctioning video).
1725       </li>
1726       <li>
1727         <dfn>Advanced Setup (remote video server)</dfn> can be used when the setup
1728         is more complex than opening a local file with Ardour. The tools used behind
1729         the scene by Ardour allow a lot of flexibility, so for a competent user,
1730         the options below are provided to access a distant file (i.e. on another
1731         machine). The default options for the two following fields ("http://localhost:1554"
1732         and "/") are suitable for local files.
1733       </li>
1734       <li>
1735         <dfn>Video Server URL:</dfn> Base URL of the video server delivering the video
1736         through the network (<code>http://IP-or-address:port</code>).
1737       </li>
1738       <li>
1739         <dfn>Video folder</dfn> is the server's local path to the document-root,
1740         i.e. the files that can be delivered by the server.
1741       </li>
1742     </ul>
1743   </li>
1744   <li>
1745     <dfn>Video Monitor</dfn>
1746     <ul>
1747       <li>
1748         <dfn>Custom Path to Video Monitor (xjadeo) - leave empty for default:</dfn>
1749         Ardour bundles offer xjadeo bundled, so it should run flawlessly. Though,
1750         for custom builds or if a newer version of xjadeo is available, one can
1751         specify a path to the wanted version of xjadeo.
1752       </li>
1753     </ul>
1754   </li>
1755 </ul>
1756