X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-feedback-and-strip-types-values.html;h=14089cf7c17c8e536e79fbbd0702f7b8100a7586;hb=c74044cf7983302a714cdf60c61d1276728303cb;hp=e19a437409c8b7ad2ffc63e6afbde434da7f3aff;hpb=0fec8c5f7c5fc1fac85b40d025d230b26435579b;p=ardour-manual diff --git a/include/osc58-feedback-and-strip-types-values.html b/include/osc58-feedback-and-strip-types-values.html index e19a437..14089cf 100644 --- a/include/osc58-feedback-and-strip-types-values.html +++ b/include/osc58-feedback-and-strip-types-values.html @@ -5,13 +5,13 @@ to turn various kinds of feedback on or off or to determine which kinds of strips are currently viewed/controlled.

-

Both ,feedback and strip-types use bitsets to keep +

Both feedback and strip-types use bitsets to keep track what they are doing. Any number in a computer is made out of bits that are on or off, but we represent them as normal base 10 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.