OSC: Added master mute.

This commit is contained in:
Len Ovens 2016-05-17 22:02:01 -07:00
parent 59c841b055
commit 31d84edc21

View 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>