X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-controlling-ardour-with-osc.html;h=bc3d330e7f7a62faa36e6f9a2c33a75c874502f5;hb=081e7af0b6f6dec0ca685d3a538eacf20394c2cc;hp=27b3551b65aa8ce53a33494ffb83a583f00d5fbe;hpb=0e9549a331768468a9e67b52fef0e9de625b378d;p=ardour-manual diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index 27b3551..bc3d330 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -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 @@ -504,6 +510,8 @@ here"/> 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 delta + where 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. @@ -610,3 +618,4 @@ Any of these actions that can be moved to session->action calls may reapear. Uses edit range as punch range
/toggle_all_rec_enables (toggles all tracks' recording state) +