From 31d84edc21f84d701e39c610c58f69bc58fe1b93 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Tue, 17 May 2016 22:02:01 -0700 Subject: [PATCH] OSC: Added master mute. --- .../01_controlling-ardour-with-osc.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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