X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-feedback.html;h=db1b0e5cf7991e3066931d548ca0796bbd4c151b;hb=f56f685d73572cad74ad34f4b9dc8acf5ed68fdf;hp=a0dd7301b942a3ce64dc5249a5d743f33d485c6b;hpb=7be4f507991a0b87174a0e78831a4e7e9e96bcbe;p=ardour-manual diff --git a/include/osc58-feedback.html b/include/osc58-feedback.html index a0dd730..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.

@@ -83,6 +83,9 @@ + + @@ -119,6 +122,8 @@ + +
/strip/name ssid track_name where track_name is a string representing the name of the track
/strip/*/automation_name ssid namewhere name is a string representing the current automation mode for the control. + See OSC Automation.
/session_name session_name where session_name is a string representing the name of the session
/strip/meter ssid meterstate is true when loop mode is true
/cancel_all_solos state Where state true indicates there are active solos that can be canceled.
/jog/mode/name nameWhere name is a string indicating the name of the current jog mode.

Recording control

@@ -145,12 +150,18 @@ where dB is a float ranging from -20 to +20 representing the actual trim for master in dB /master/pan_stereo_position position where position is a float ranging from 0 to 1 representing the actual pan position for master - /master/mute yn - where yn is a bool/int representing the actual mute state of the Master strip + /master/mute state + where state is a bool/int representing the actual mute state of the Master strip /monitor/gain dB where dB is a float ranging from -193 to 6 representing the actual gain of monitor in dB /monitor/fader position where position is an int ranging from 0 to 1023 representing the fader control position + /monitor/mute state + where state is a bool/int representing the actual mute state of the Monitor strip + /monitor/dim state + where state is a bool/int representing the actual dim state of the Monitor strip + /monitor/mono state + where state is a bool/int representing the actual mono state of the Monitor strip

Track specific operations

@@ -163,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.

@@ -192,12 +203,15 @@ where gain is a float ranging from -193 to 6 representing the actual gain of the track in dB. /strip/fader ssid position where position is an float ranging from 0 to 1 representing the actual fader position of the track. + /strip/*/automation ssid mode + where mode is an int ranging from 0 to 3 representing the actual automation mode for the control. + See OSC Automation. /strip/trimdB ssid trim_db where trim_db is a float ranging from -20 to 20 representing the actual trim of the track in dB. /strip/pan_stereo_position ssid position where position is a float ranging from 0 to 1 representing the actual pan position of the track -

Selection Operations

+

Selected Operations

Selection feedback is the same as for strips, only the path changes from /strip to /select and there is no ssid. @@ -233,7 +247,7 @@ Every single menu item in Ardour's GUI is accessible via OSC. However, there is no provision for returning the state of anything set this way. This is not a bad thing as most menu items either do not have an on/off - state or that state is quite visible. Binding that affect other parameters + state or that state is quite visible. Bindings that affect other parameters that OSC does track will show on those OSC controls. Examples of this might be track record enable for tracks 1 to 32, play or stop.