X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-controlling-ardour-with-osc.html;h=27b3551b65aa8ce53a33494ffb83a583f00d5fbe;hb=4ef84cbe618279306270697bbba3d6cbb79a150f;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..27b3551 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -361,8 +361,10 @@ here"/> param should be a float even if an int is required below.

- + + + @@ -388,6 +390,8 @@ here"/> + +
/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.
/strip/mute ssid mute_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.