X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=_manual%2F22_using-control-surfaces%2F01_controlling-ardour-with-osc.html;fp=_manual%2F22_using-control-surfaces%2F01_controlling-ardour-with-osc.html;h=e74c7e7c36f795a81dc093c1e5cec792d9561f2c;hb=79a4e2ddda1af4890a50807a3fc3a34c15b19e63;hp=3c474aa629b777490edcc88620a879ccb78dd604;hpb=a60b658792bf330afde26b2a8d86aa10d5b3db5f;p=ardour-manual-diverged 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 3c474aa..e74c7e7 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 @@ -142,20 +142,6 @@ here"/>

Master or Global messages

-

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
-
/master/fader 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
-
/monitor/fader position
-
where position is an int ranging from 0 to 1023 representing the fader control position
-
-

Transport Control

/transport_stop
@@ -209,6 +195,24 @@ here"/>
(toggles all tracks' recording state)
+

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
+
/master/fader position
+
where position is an int ranging from 0 to 1023 representing the fader control position
+
/master/trimdB dB
+
where dB is a float ranging from -20 to +20 representing the desired trim for master in dB
+
/master/pan_stereo_position position
+
where position is a float ranging from 0 to 1 representing the desired pan position for master
+
/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
+
/monitor/fader position
+
where position is an int ranging from 0 to 1023 representing the fader control position
+
+

Track specific operations

For each of the following, ssid is the Surface Strip ID for the track @@ -240,7 +244,9 @@ here"/>

/strip/trimabs ssid trim_abs
where trim_abs is a float ranging from 0.1 to 10 (-20dB to +20dB). (since 4.1)
/strip/trimdB ssid trim_db
-
where trim_db is a float ranging from -20 to 20 representing the desired trim of the track in dB. (since 4.1)
+
where trim_db is a float ranging from -20 to 20 representing the desired trim of the track in dB.
+
/strip/pan_stereo_position ssid position
+
where position is a float ranging from 0 to 1 representing the desired pan position of the track

Menu actions