document trim API
This commit is contained in:
parent
791a19b59b
commit
2f92b02fbb
@ -98,8 +98,11 @@ here</em>"/></kbd>
|
||||
<dt><kbd class="osc">/ardour/routes/gainabs <em>rid</em> <em>gain_abs</em></kbd></dt>
|
||||
<dd>where <em>gain_abs</em> is a float ranging from 0 to 2 (0 being -infinite, 1 being 0dB and 2 being +6dB).</dd>
|
||||
<dt><kbd class="osc">/ardour/routes/gaindB <em>rid</em> <em>gain_db</em></kbd></dt>
|
||||
<dd>where <em>gain_db</em> is a float ranging from -400 to 6 representing the desired gain of the track in dB.
|
||||
</dd>
|
||||
<dd>where <em>gain_db</em> is a float ranging from -400 to 6 representing the desired gain of the track in dB.</dd>
|
||||
<dt><kbd class="osc">/ardour/routes/trimabs <em>rid</em> <em>trim_abs</em></kbd></dt>
|
||||
<dd>where <em>trim_abs</em> is a float ranging from 0.1 to 10 (-20dB to +20dB). (since 4.1)</dd>
|
||||
<dt><kbd class="osc">/ardour/routes/trimdB <em>rid</em> <em>trim_db</em></kbd></dt>
|
||||
<dd>where <em>trim_db</em> is a float ranging from -20 to 20 representing the desired trim of the track in dB. (since 4.1)</dd>
|
||||
</dl>
|
||||
|
||||
<h3>Menu actions</h3>
|
||||
|
@ -146,6 +146,8 @@ bindings">
|
||||
<dl class="wide-table">
|
||||
<dt>/route/gain</dt>
|
||||
<dd>the gain control ("fader") for the track/bus</dd>
|
||||
<dt>/route/trim</dt>
|
||||
<dd>the trim control for the track/bus (new in 4.1)</dd>
|
||||
<dt>/route/solo</dt>
|
||||
<dd>a toggleable control for solo (and listen) of the track/bus</dd>
|
||||
<dt>/route/mute</dt>
|
||||
|
Loading…
Reference in New Issue
Block a user