From: Len Ovens Date: Sat, 11 Nov 2017 00:53:25 +0000 (-0800) Subject: OSC add /use_group X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74044cf7983302a714cdf60c61d1276728303cb;p=ardour-manual OSC add /use_group --- diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index bc3d330..12bf8f5 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -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 diff --git a/include/osc58-feedback-and-strip-types-values.html b/include/osc58-feedback-and-strip-types-values.html index b6aba35..14089cf 100644 --- a/include/osc58-feedback-and-strip-types-values.html +++ b/include/osc58-feedback-and-strip-types-values.html @@ -11,7 +11,7 @@ numbers. Any one bit turned on will add a unique value to the number as a whole. So for each kind of feedback or strip type to be used, that number should be added to the total.

-

strip_types

+

strip_types

strip_types is an integer made up of bits. The easy way to deal with this is to think of strip_types items being worth a number and @@ -22,34 +22,37 @@

@@ -59,6 +62,13 @@ Hidden strips. Using Hidden with other flags will allow Hidden strips to show inline with other strips.

+

Use Group

+

+ Use Group on will tell ardour that any control on a strip that is part + of a group will affect all strips within that group. Default is off + or the control should only affect the strip the control is applied to. + The /use_group f state command can be used to temporarily + change this on the fly.

Some handy numbers to use might be: 15 (all tracks and busses), 31 (add VCAs to that). Master or Monitor strips are generally not useful @@ -85,52 +95,55 @@ to enable both busses and auxes if they would prefer.

-

feedback

+

feedback

Feedback is an integer made up of bits. The easy way to deal with this is to think of feedback items being worth a number and then adding all those numbers together for a value to send.