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%2F02_feedback-in-osc.html;h=f2c943781ec5db4ba9cab71095d61f8c5ffb57e7;hb=b055bf2bf05cb9b349abee228083836948c76ddd;hp=84445e05c9ca970f78bafae4b41b747dc6d08488;hpb=79a4e2ddda1af4890a50807a3fc3a34c15b19e63;p=ardour-manual-diverged diff --git a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc/02_feedback-in-osc.html b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc/02_feedback-in-osc.html index 84445e0..f2c9437 100644 --- a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc/02_feedback-in-osc.html +++ b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc/02_feedback-in-osc.html @@ -56,8 +56,8 @@ title: OSC Feedback With Ardour
/rewind state
- +
/loop_toggle state
+
@@ -68,7 +68,9 @@ title: OSC Feedback With Ardour
/toggle_punch_out
/rec_enable_toggle state
-
+
Master record enabled.
+
/record_tally state
+
Some record enable is true or "ready to record"

Master and monitor strips

@@ -97,6 +99,16 @@ title: OSC Feedback With Ardour

For each of the following, ssid is the surface strip ID for the track

+

+ 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. Feedback can be + set to match this with the /set_surface/feedback state + command. See + Calculating Feedback and Strip-types Values. +

+
/strip/name ssid track_name
where track_name is a string representing the name of the track @@ -105,6 +117,11 @@ title: OSC Feedback With Ardour
where mute_st is a bool/int representing the actual mute state of the track
/strip/solo ssid solo_st
where solo_st is a bool/int representing the actual solo state of the track
+
/strip/monitor_input ssid monitor_st
+
where monitor_st is a bool/int. True/1 meaning the track is force to monitor input
+
/strip/monitor_disk ssid monitor_st
+
where monitor_st is a bool/int. True/1 meaning the track is force to monitor disk, + where both disk and input are false/0, auto monitoring is used.
/strip/recenable ssid rec_st
where rec_st is a bool/int representing the actual rec state of the track
/strip/gain ssid gain