diff --git a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html index 2b12e8fd..6d95e143 100644 --- a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html +++ b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html @@ -141,13 +141,15 @@ here"/>

Master and Monitor strip control

/master/gain dB
-
where dB is a float ranging from -193 to +6 representing the desired gain of master in dB.
+
where dB is a float ranging from -193 to +6 representing the desired gain of master in dB
/master/fader position
-
where position is an int ranging from 0 to 1023 representing the fader control position.
+
where position is an int ranging from 0 to 1023 representing the fader control position
+
/master/mute yn
+
where yn is a bool/int representing the desired mute state of the track
/monitor/gain dB
-
where dB is a float ranging from -193 to 6 representing the desired gain of monitor in dB.
+
where dB is a float ranging from -193 to 6 representing the desired gain of monitor in dB
/monitor/fader position
-
where position is an int ranging from 0 to 1023 representing the fader control position.
+
where position is an int ranging from 0 to 1023 representing the fader control position

Transport Control