Two new prefs options in 7.1 + section update
This commit is contained in:
parent
252cfd8017
commit
ab4d7638bb
@ -46,6 +46,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<li><a href="#preferences-plugins">Plugins</a></li>
|
<li><a href="#preferences-plugins">Plugins</a></li>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="#preferences-plugins-gui">GUI</li>
|
||||||
<li><a href="#preferences-plugins-vst">VST</a></li>
|
<li><a href="#preferences-plugins-vst">VST</a></li>
|
||||||
<li><a href="#preferences-plugins-audio_unit">Audio Unit</a></li>
|
<li><a href="#preferences-plugins-audio_unit">Audio Unit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -1164,16 +1165,17 @@
|
|||||||
<dfn>Verbose Plugin Scan</dfn>: adds information about the plugin in the
|
<dfn>Verbose Plugin Scan</dfn>: adds information about the plugin in the
|
||||||
<a href="@@status-bar">Log window</a>.
|
<a href="@@status-bar">Log window</a>.
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<dfn>Open Plugin manager window when missing plugins are found</dfn>:
|
||||||
|
when enabled</b>, the Plugin Manager is displayed at session load if the
|
||||||
|
session contains any plugins that are missing, or plugins have been
|
||||||
|
updated and require a rescan.
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<dfn>Make new plugins active</dfn>: when enabled, any plugin added to a track
|
<dfn>Make new plugins active</dfn>: when enabled, any plugin added to a track
|
||||||
will be in active mode. If unchecked, the plugins will be added in inactive
|
will be in active mode. If unchecked, the plugins will be added in inactive
|
||||||
mode by default, hence have no processing effect on the track/bus.
|
mode by default, hence have no processing effect on the track/bus.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<dfn>Show only one plugin window at a time</dfn>: when enabled, only
|
|
||||||
one plugin window will be displayed on the screen; when disabled, you
|
|
||||||
can open as many plugin windows as you like.
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@ -1186,33 +1188,6 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<dfn>Plugin GUI</dfn>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<dfn>Automatically open the plugin GUI when adding a new plugin</dfn>
|
|
||||||
shows the plugins GUI as soon as it is added to the processing box. If
|
|
||||||
unchecked, the plugin will be added in the processor box but the GUI will
|
|
||||||
only be shown when <kbd class="mouse">double clicking</kbd> it.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<dfn>Show Plugin Inline Display on Mixer strip by default</dfn> allows Ardour
|
|
||||||
to show, in the <a href="@@audiomidi-mixer-strips">mixer strips</a>, a
|
|
||||||
visual rendering of the effect. These Inline Display are a special feature
|
|
||||||
of Ardour, so not all plugins are able to show this display. Most of Ardour's
|
|
||||||
<a href="@@plugins-bundled-with-ardour">own plugins</a> have an Inline Display.
|
|
||||||
At any time, the plugin's Inline Display can be toggled on or off by
|
|
||||||
<kbd class="mod3n"></kbd>double-clicking it.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<dfn>Don't automatically open the plugin GUI when the plugin has an inline
|
|
||||||
display mode</dfn>: this option, available only if
|
|
||||||
<kbd class="option">Automatically open the plugin GUI when adding a new plugin</kbd>
|
|
||||||
is checked, supercedes it and hides the plugin GUI at creation if it has an
|
|
||||||
Inline Display, like Ardour's own <code>ACE *</code> plugins.
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<dfn>Instrument</dfn>
|
<dfn>Instrument</dfn>
|
||||||
<ul>
|
<ul>
|
||||||
@ -1250,6 +1225,57 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h3 id="preferences-plugins-gui">GUI</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<dfn>Plugin GUI</dfn>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<dfn>Automatically open the plugin GUI when adding a new plugin</dfn>
|
||||||
|
shows the plugins GUI as soon as it is added to the processing box. If
|
||||||
|
unchecked, the plugin will be added in the processor box but the GUI will
|
||||||
|
only be shown when <kbd class="mouse">double clicking</kbd> it.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<dfn>Show only one plugin window at a time</dfn>: when enabled, only
|
||||||
|
one plugin window will be displayed on the screen; when disabled, you
|
||||||
|
can open as many plugin windows as you like.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<dfn>Closing a Plugin GUI Window</dfn>: this allows users deciding how
|
||||||
|
Ardour should treat plugin windows aftre closing them. Hiding means a
|
||||||
|
complex plugin window can be re-opened fast because it's saved in
|
||||||
|
memory, but it uses sustem resources. Destroying means the window isn't
|
||||||
|
saved, which frees up system resources, however some plugins will take
|
||||||
|
longer to showup on the screen.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<dfn>Mixer Strip Inline Display</dfn>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<dfn>Show Plugin Inline Display on Mixer strip by default</dfn> allows Ardour
|
||||||
|
to show, in the <a href="@@audiomidi-mixer-strips">mixer strips</a>, a
|
||||||
|
visual rendering of the effect. These Inline Display are a special feature
|
||||||
|
of Ardour, so not all plugins are able to show this display. Most of Ardour's
|
||||||
|
<a href="@@plugins-bundled-with-ardour">own plugins</a> have an Inline Display.
|
||||||
|
At any time, the plugin's Inline Display can be toggled on or off by
|
||||||
|
<kbd class="mod3n"></kbd>double-clicking it.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<dfn>Don't automatically open the plugin GUI when the plugin has an inline
|
||||||
|
display mode</dfn>: this option, available only if
|
||||||
|
<kbd class="option">Automatically open the plugin GUI when adding a new plugin</kbd>
|
||||||
|
is checked, supercedes it and hides the plugin GUI at creation if it has an
|
||||||
|
Inline Display, like Ardour's own <code>ACE *</code> plugins.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h3 id="preferences-plugins-vst">VST</h3>
|
<h3 id="preferences-plugins-vst">VST</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user