X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-controlling-ardour-with-osc.html;h=5205c16d02548db150bc4362f3d4c7eb14e8d853;hb=f56f685d73572cad74ad34f4b9dc8acf5ed68fdf;hp=ea395f6569d7cd658cbb599bfcdabd9e6fe13b50;hpb=a885875b007fa0766edb62d5512e3099e946d055;p=ardour-manual diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index ea395f6..5205c16 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -158,7 +158,7 @@ here"/> then adding all those numbers together for a value to send.

Please see: + href="@@osc58-feedback-and-strip-types-values#feedback"> Calculating Feedback and Strip-types Values.

Feedback can also be set with /set_surface/feedback feedback. @@ -323,16 +323,22 @@ here"/> dB is a float indicating the desired gain in dB /master/fader position position is a float between 0 and 1 setting the desired position of the fader + /master/db_delta delta + where delta is a float that will increase or decrease the gain of master by the amount of the delta. (Ardour 5.11+) /master/trimdB dB dB is a float from -20 to +20 representing the desired trim gain in dB /master/pan_stereo_position position position is a float from 0 to 1 representing the desired pan position - /master/mute state + /master/mute key + key is an optional float 1 representing a master bus select + /master/select state state is an int of o or 1 representing the desired mute state /monitor/gain dB dB is a float indicating the desired gain in dB /monitor/fader position position is a float between 0 and 1 setting the desired position of the fader + /monitor/db_delta delta + where delta is a float that will increase or decrease the gain of monitor by the amount of the delta. (Ardour 5.11+) /monitor/mute state state is an int of 0 or 1 where 1 is muted /monitor/dim state @@ -361,10 +367,15 @@ here"/> param should be a float even if an int is required below.

- + + + + + @@ -388,6 +399,8 @@ here"/> + + @@ -500,6 +513,8 @@ here"/> + + @@ -606,3 +621,4 @@ Any of these actions that can be moved to session->action calls may reapear.
/toggle_all_rec_enables
/bank_up
/bank_up Change bank to the next higher bank.
/bank_up deltaWhere delta is a float of 1 to bank up and -1 is bank down for use with an encoder (Ardour 5.11+)
/bank_down Change bank to the next lower bank.
/use_group stateWhere state is a float of 1 to use group or 0 to not use group. + more info on use_group
/strip/mute ssid mute_st where mute_st is a bool/int representing the desired mute state of the track
/strip/solo ssid solo_st 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 a float ranging from 0 to 1 representing the fader control position.
/strip/db_delta ssid deltawhere delta is a float that will increase or decrease the gain of a track by the amount of the delta. (Ardour 5.11+)
/strip/*/automation ssid mode where mode is an int ranging from 0 to 3 representing the desired automation mode for the control. See OSC Automation.
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 float ranging from 0 to 1 representing the fader control position.
/select/db_delta deltawhere delta is a float that will increase or decrease the gain of the selected track by the amount of the delta. (Ardour 5.11+)
/select/*/automation mode where mode is an int ranging from 0 to 3 representing the desired automation mode for the control. See OSC Automation.
Uses edit range as punch range
(toggles all tracks' recording state) +