X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-controlling-ardour-with-osc.html;h=33cd4bb91a8a3ddcde78e1ae9b0c3bc0829fdbad;hb=ca8c53473dfbcb7d4b483a5ce792bbf4b5caffe8;hp=94fe8b162b1250bd8381c62e640b9bf484660d12;hpb=d96297932dc443a5005f51d0d88c83ea910d0dfe;p=ardour-manual diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index 94fe8b1..33cd4bb 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -323,6 +323,8 @@ 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 @@ -333,6 +335,8 @@ here"/> 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 @@ -364,7 +368,7 @@ here"/> /bank_up Change bank to the next higher bank. /bank_up delta - Where delta is a float of 1 to bank up and -1 is bank down for use with an encoder + Where 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. /strip/mute ssid mute_st @@ -391,7 +395,7 @@ here"/> /strip/fader ssid position where position is a float ranging from 0 to 1 representing the fader control position. /strip/db_delta ssid delta - where delta is a float that will increase or decrease the gain of a track by the amount of the delta. + where 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. @@ -504,6 +508,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.