document trim API

This commit is contained in:
Robin Gareus 2015-04-27 18:40:39 +02:00
parent 791a19b59b
commit 2f92b02fbb
2 changed files with 7 additions and 2 deletions

View File

@ -98,8 +98,11 @@ here</em>"/&gt;</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>

View File

@ -146,6 +146,8 @@ bindings"&gt;
<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>