]> Shamusworld >> Repos - ardour-manual/commitdiff
document trim API
authorRobin Gareus <robin@gareus.org>
Mon, 27 Apr 2015 16:40:39 +0000 (18:40 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 27 Apr 2015 16:40:39 +0000 (18:40 +0200)
_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html
_manual/22_using-control-surfaces/03_midi-binding-maps.html

index 7185dd4ce2f7d617372b881c51332306c4755d33..28dd8b298d4016218fc648d325d4f2c95b8da677 100644 (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>
index 78291d8ca1ec116e230437643afb83ef49653904..dde7a63dc63a50a6d1c5eee2156980fe3f9c4ebc 100644 (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>