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=d9e8aeaefe653bd12c173c92f5be63d1c43f767c;hpb=5339527a01a20a4cc6f90e7fce616808c591caa0;p=ardour-manual diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index d9e8aea..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. @@ -373,6 +373,9 @@ here"/> 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. + /use_group state + Where 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 @@ -618,3 +621,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) +