From: Len Ovens Date: Sat, 11 Nov 2017 01:34:25 +0000 (-0800) Subject: OSC added some ids to take reader directly to relevant info X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f56f685d73572cad74ad34f4b9dc8acf5ed68fdf;p=ardour-manual OSC added some ids to take reader directly to relevant info --- diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index 12bf8f5..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. diff --git a/include/osc58-feedback-and-strip-types-values.html b/include/osc58-feedback-and-strip-types-values.html index 14089cf..1d20587 100644 --- a/include/osc58-feedback-and-strip-types-values.html +++ b/include/osc58-feedback-and-strip-types-values.html @@ -62,22 +62,22 @@ 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 - on a surface that has dedicated controls for these strips as there are - /master* and /monitor* commands already. However, on a surface with - just a bank of fader strips, adding master or monitor would allow - access to them within the banks. Selected would be useful for working - on a group or a set of user selected strips. Hidden shows strips the - GUI has hidden. + Some handy numbers to use might be: 15 (all tracks and busses - + 1 + 2 + 4 + 8), 31 + (add VCAs to that - 15 + 16). Master or Monitor strips are generally + not useful on a surface that has dedicated controls for these strips + as there are /master* and /monitor* commands already. However, on a + surface with just a bank of fader strips, adding master or monitor + would allow access to them within the banks. Selected would be useful + for working on a group or a set of user selected strips. Hidden shows + strips the GUI has hidden.

Audio Aux? say what? I am sure most people will have noticed that they @@ -95,7 +95,7 @@ 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. @@ -147,7 +147,7 @@

- So using a value of 19 would turn on feedback for strip and master - controls, but leave meters, timecode and bar/beat feedback off. + So using a value of 19 (1 + 2 + 16) would turn on feedback for strip + and master controls, but leave meters, timecode and bar/beat feedback off.

diff --git a/include/osc58-feedback.html b/include/osc58-feedback.html index 746344b..db1b0e5 100644 --- a/include/osc58-feedback.html +++ b/include/osc58-feedback.html @@ -69,7 +69,7 @@

These messages are feedback only. They are sent as status from Ardour and some of them may be enabled separately from other feedback. See: - + Calculating Feedback and Strip-types Values.

@@ -174,7 +174,7 @@ below can also be sent as /strip/command/ssid param. Feedback can be set to match this with the /set_surface/feedback state command. See + href="@@osc58-feedback-and-strip-types-values#feedback"> Calculating Feedback and Strip-types Values.