]> Shamusworld >> Repos - ardour-manual-diverged/commitdiff
OSC: Added master mute.
authorLen Ovens <len@ovenwerks.net>
Wed, 18 May 2016 05:02:01 +0000 (22:02 -0700)
committerLen Ovens <len@ovenwerks.net>
Wed, 18 May 2016 05:02:01 +0000 (22:02 -0700)
_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html

index 2b12e8fdf0e5772ed56559e4d21f02504226a79f..6d95e1431691f7001523f72b38ab2d1c67ed7b26 100644 (file)
@@ -141,13 +141,15 @@ here</em>"/&gt;</kbd>
 <h4>Master and Monitor strip control</h4>
 <dl class="bindings">
   <dt><kbd class="osc">/master/gain <em>dB</em></kbd></dt>
-  <dd>where <em>dB</em> is a float ranging from -193 to +6 representing the desired gain of master in dB.</dd>
+  <dd>where <em>dB</em> is a float ranging from -193 to +6 representing the desired gain of master in dB</dd>
   <dt><kbd class="osc">/master/fader  <em>position</em></kbd></dt>
-  <dd>where <em>position</em> is an int ranging from 0 to 1023 representing the fader control position.</dd>
+  <dd>where <em>position</em> is an int ranging from 0 to 1023 representing the fader control position</dd>
+  <dt><kbd class="osc">/master/mute  <em>yn</em></kbd></dt>
+  <dd>where <em>yn</em> is a bool/int representing the desired mute state of the track</dd>
   <dt><kbd class="osc">/monitor/gain <em>dB</em></kbd></dt>
-  <dd>where <em>dB</em> is a float ranging from -193 to 6 representing the desired gain of monitor in dB.</dd>
+  <dd>where <em>dB</em> is a float ranging from -193 to 6 representing the desired gain of monitor in dB</dd>
   <dt><kbd class="osc">/monitor/fader  <em>position</em></kbd></dt>
-  <dd>where <em>position</em> is an int ranging from 0 to 1023 representing the fader control position.</dd>
+  <dd>where <em>position</em> is an int ranging from 0 to 1023 representing the fader control position</dd>
 </dl>
 
 <h4>Transport Control</h4>