X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-controlling-ardour-with-osc.html;h=e6ba85f670988629cbf10d0509b16521d6d5f03c;hb=92eedba4c74daf267fc1b17a561458cb15dc7ec1;hp=33cd4bb91a8a3ddcde78e1ae9b0c3bc0829fdbad;hpb=2f90765c8261de810292efc26272543f994fc98f;p=ardour-manual diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index 33cd4bb..e6ba85f 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -14,7 +14,7 @@ to gain controls. If you are using an Ardour version of 4.7 or less, please read - Osc control in ardour 4.7 and prior. + Osc control in Ardour 4.7 and prior.

@@ -53,9 +53,9 @@ here"/>

Control Surface Set Up

- Control surface set up allows the controller to tell Ardour about it's + Control surface set up allows the controller to tell Ardour about its capabilities. The surface can tell Ardour how many control strips it - has for banking, if it is capable of setting it's faders or buttons + has for banking, if it is capable of setting its faders or buttons to values set by Ardour's GUI or automation, What kind of math the faders use and more.

@@ -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. @@ -329,7 +329,9 @@ here"/> 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 @@ -371,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 @@ -595,7 +600,7 @@ Any of these actions that can be moved to session->action calls may reapear. /quick_snapshot_stay Take a snapshot and keep working on this version /fit_*_track(s) - Were * is one of 1, 2, 4, 8, 16, 32 or all. Fits this + Where * is one of 1, 2, 4, 8, 16, 32 or all. Fits this many tracks in editor window. (add s for more than 1) /zoom_* Zoom editor to include * where * is 100_ms, 1_sec, @@ -616,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) +