X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-feedback.html;h=cf741ed9330c6c837e8b9aaaa43d084c710ac678;hb=a61fbacdfcb7a76fe425fada61f49fc85751e47a;hp=b7d82aac7713b514cc3d4cffafdf3e98a86f69e9;hpb=042723be8949fe53bb488183a91e27c398d40ce4;p=ardour-manual diff --git a/include/osc58-feedback.html b/include/osc58-feedback.html index b7d82aa..cf741ed 100644 --- a/include/osc58-feedback.html +++ b/include/osc58-feedback.html @@ -118,6 +118,9 @@ state is true when transport is moving forward but not at speed 1.0 /rewind state state is true when transport speed is less than 0.0 + /marker position + position is a string in the form previous <-> next + or current (new Ardour 6.0) /loop_toggle state state is true when loop mode is true /cancel_all_solos state @@ -183,9 +186,10 @@ where LED is a bool that indicates another bank_up operation is possible. /bank_down LED where LED is a bool that indicates another bank_down operation is possible. - /strip/name ssid track_name - where track_name is a string representing the name of the track - (note there is no corresponding command to set the track name) + /strip/name ssid strip_name + where strip_name is a string representing the name of the strip + /strip/group ssid group_name + where group_name is a string representing the name of the group the track belongs to /strip/mute ssid mute_st where mute_st is a bool/int representing the actual mute state of the track /strip/solo ssid solo_st @@ -241,8 +245,54 @@ /select/send_name sendid send_name where send_name is a string representing the name of the buss this send goes to. + /select/group/enable state + where state is an int representing the current enable state + of the group the selected strip is a part of + /select/group/gain state + where state is an int which shows the gain sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/relative state + where state is an int which shows relative state of thew + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/mute state + where state is an int which shows the mute sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/solo state + where state is an int which shows the solo sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/recenable state + where state is an int which shows the recenable sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/select state + where state is an int which shows the select sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/active state + where state is an int which shows the route active sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/color state + where state is an int which shows the color sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/monitoring state + where state is an int which shows the monitoring sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/vcas name state ... + where name is a string with the name of the VCA, and + state is an int that determines if the named VCA will control + this strip. Note that this lists all VCAs in a session. (Ardour 6.0)

Menu actions

+

+ There is no feedback for Menu actions. +

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.