X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-controlling-ardour-with-osc.html;h=76d71536cce40d4e041e3042add0b8f19bbdbe1f;hb=d1339ef8a461372e6abf8bbfd918cbbc0c65c903;hp=7f5afcc9ba588b02238a2cacd01fe15900809ae4;hpb=dfec6899ef2a121ccf2ff1d47008e7ac4844cf70;p=ardour-manual diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index 7f5afcc..76d7153 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -110,13 +110,13 @@ here"/> deal with this is to think of strip_types items being worth a number and then adding all those numbers together for a value to send. Strip Types will determine what kind of strips will be included in - bank. This would include: Audio, MIDI, buses, VCAs, Master, Monitor + bank. This would include: Audio, MIDI, busses, VCAs, Master, Monitor and hidden or selected strips.

Aside from setting the track types for the main mix assignments, using /set_surface/strip_types with more than one surface button will allow - switching between modes for example: inputs only, buses only, + switching between modes for example: inputs only, busses only, selected only, hidden only, by having the buttons send values of: 3, 12, 256, 512. A full mix button might have a value 31.

@@ -380,19 +380,19 @@ here"/>
/strip/send/enable ssid sendid state
where sendid = nth_send, state is 1 for enabled and 0 for disabled
/strip/list
-
see: +
see: Querying Ardour with OSC.
/strip/sends ssid
-
see: +
see: Querying Ardour with OSC.
/strip/receives ssid
-
see: +
see: Querying Ardour with OSC.
/strip/plugin/list ssid
-
see: +
see: Querying Ardour with OSC.
/strip/plugin/descriptor ssid
-
see: +
see: Querying Ardour with OSC.
/strip/plugin/reset ssid piid
where piid = nth Plugin, will reset all values to the plugin's original values