From: Len Ovens Date: Wed, 27 Jul 2016 15:50:33 +0000 (-0700) Subject: OSC: Corrected positional value types and ranges. X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bce50d87a448f1ae39aabf80d1d69e17e59a47e;p=ardour-manual-diverged OSC: Corrected positional value types and ranges. --- 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
diff --git a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc/02_feedback-in-osc.html b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc/02_feedback-in-osc.html index a65cbb9..924a52d 100644 --- a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc/02_feedback-in-osc.html +++ b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc/02_feedback-in-osc.html @@ -176,7 +176,7 @@ title: OSC Feedback With Ardour
/strip/gain ssid gain
where gain is a float ranging from -193 to 6 representing the actual gain of the track in dB.
/strip/fader ssid position
-
where position is an int ranging from 0 to 1023 representing the actual gain of the track in dB.
+
where position is an float ranging from 0 to 1 representing the actual fader position of the track.
/strip/trimdB ssid trim_db
where trim_db is a float ranging from -20 to 20 representing the actual trim of the track in dB.
/strip/pan_stereo_position ssid position
@@ -202,13 +202,13 @@ title: OSC Feedback With Ardour
/select/polarity invert
where invert is a bool/int representing the actual polarity of the track
/select/pan_stereo_width width
-
where width is a float ranging from -1 to 1 representing the actual pan width of the track
+
where width is a float ranging from 0 to 1 representing the actual pan width of the track
/select/send_gain", sendid send_gain
where sendid = nth_send, send_gainis a float ranging from -193 to +6 representing the actual gain in dB for the send
/select/send_fader", sendid send_gain
where sendid = nth_send, send_gainis a float - ranging from 0 to 1023 representing the actual position for the send as a fader
+ ranging from 0 to 1 representing the actual position for the send as a fader
/select/send_name sendid send_name
where send_name is a string representing the name of the buss this send goes to.