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=5eda3affb9ed3a69a80d97930f38f302e83c54a6;hb=0bce50d87a448f1ae39aabf80d1d69e17e59a47e;hp=722ead99a771310adfecd323d5ea84c123a714ff;hpb=2e10a3afc069eff317efba86e5014f0717b5bf1b;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 722ead9..5eda3af 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 @@ -143,10 +143,10 @@ here"/> Gainmode is a an int that acts as a bool:

@@ -348,7 +348,7 @@ here"/>

/strip/gain ssid gain
where gain is a float ranging from -193 to 6 representing the desired gain of the track in dB.
/strip/fader ssid position
-
where position is an int ranging from 0 to 1023 representing the fader control position.
+
where position is a float ranging from 0 to 1 representing the fader control position.
/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.
/strip/pan_stereo_position ssid position
@@ -358,15 +358,12 @@ here"/>
/strip/plugin/parameter ssid piid param value
where piid = nth Plugin, param = nth param, value is a float ranging from 0 to 1 representing the desired parameter value
-
/strip/send/gainabs", ssid sendid send_gain
-
where sendid = nth_send, send_gain is a float - ranging from 0 to 1 representing the desired gain for the send (note this will likey be replaced by a positional control)
/strip/send/gain", ssid sendid send_gain
where sendid = nth_send, send_gain is a float ranging from -193 to +6 representing the desired gain in dB for the send
/strip/send/fader", ssid sendid send_gain
where sendid = nth_send, send_gain is a float - ranging from 0 to 1023 representing the desired position for the send as a fader
+ ranging from 0 to 1 representing the desired position for the send as a fader

Selected Strip Operations

@@ -432,7 +429,7 @@ here"/>

/select/gain gain
Where gain is a float ranging from -193 to 6 representing the desired gain of the track in dB.
/select/fader position
-
Where position is an int ranging from 0 to 1023 representing the fader control position.
+
Where position is an float ranging from 0 to 1 representing the fader control position.
/select/trimdB trim_db
where trim_db is a float ranging from -20 to 20 representing the desired trim of the track in dB.
/select/pan_stereo_position position
@@ -450,7 +447,7 @@ here"/> ranging from -193 to +6 representing the desired gain in dB for the send
/select/send_fader", sendid send_gain
where sendid = nth_send, send_gain is a float - ranging from 0 to 1023 representing the desired position for the send as a fader
+ ranging from 0 to 1 representing the desired position for the send as a fader
/select/send_enable", sendid state
where sendid = nth_send, state is 1 for enabled and 0 for disabled