X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=_manual%2F22_using-control-surfaces%2F01_controlling-ardour-with-osc.html;h=f87c2f4bcb29e82111b5420b4fe4ff1c9f028c00;hb=b055bf2bf05cb9b349abee228083836948c76ddd;hp=e74c7e7c36f795a81dc093c1e5cec792d9561f2c;hpb=79a4e2ddda1af4890a50807a3fc3a34c15b19e63;p=ardour-manual-diverged diff --git a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html index e74c7e7..f87c2f4 100644 --- a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html +++ b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html @@ -93,39 +93,25 @@ here"/>

strip_types

- Strip Types are coming soon... check for more info sometime. For now - just use 0 (or anything else) as this is ignored. I don't know the bit - order just yet, but it will work similar to feedback below. Strip Types - will determine What kind of strips will be included in a bank. This would - include: Audio, MIDI, busses, VCAs, Master, Monitor and hopefully - hidden or selected strips. + 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 + 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, busses, VCAs, Master, Monitor + and hidden or selected strips.

+

Please see: + Calculating Feedback and Strip-types Values.

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.

- -

- So using a value of 17 would turn on feedback for strip and master - controls, but leave meters, timecode and bar/beat feedback off. -

+

Please see: + Calculating Feedback and Strip-types Values.

+

gainmode

Gainmode is a an int that acts as a bool: @@ -144,15 +130,15 @@ here"/>

Transport Control

-
/transport_stop
+
/transport_stop optional
-
/transport_play
+
/transport_play optional
/set_transport_speed s
where s is a float ranging from -8.0f to 8.0f
-
/ffwd
+
/ffwd optional
-
/rewind
+
/rewind optional
/goto_start
@@ -168,7 +154,7 @@ here"/>
where spos is the target position in samples and roll is a bool/integer defining whether you want transport to be kept rolling or not
-
/loop_toggle
+
/loop_toggle optional
@@ -189,7 +175,7 @@ here"/>
/toggle_punch_out
-
/rec_enable_toggle
+
/rec_enable_toggle optional
/toggle_all_rec_enables
(toggles all tracks' recording state)
@@ -226,15 +212,26 @@ here"/> Monitor, may be included in the list of SSIDs or not as set in /set_surface.

+

+ Some Surfaces (many Android applets) are not able to deal with more + than one parameter in a command. However, the two parameter commands + below can also be sent as /strip/command/ssid param. In this case the + param should be a float even if an int is required below. +

-
/bank_up
+
/bank_up
Change bank to the next higher bank.
-
/bank_down
+
/bank_down
Change bank to the next lower bank.
/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
where solo_st is a bool/int representing the desired solo state of the track
+
/strip/monitor_input ssid monitor_st
+
where monitor_st is a bool/int where 1 is forced input monitoring.
+
/strip/monitor_disk ssid monitor_st
+
where monitor_st is a bool/int where 1 is forced disk monitoring. When input and disk are both off, + Auto monitoring is enabled.
/strip/recenable ssid rec_st
where rec_st is a bool/int representing the desired rec state of the track
/strip/gain ssid gain