X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-querying-ardour.html;h=6ab925e0b675e1c8104753e01a1671f3354ecb20;hb=75b4514f778d6b1e3af9ed9739f731676330d454;hp=92292295ded003b9014fdaf5c5156c8fd897bdd4;hpb=2098e011e638b5c86c56e68df7757975fc4d728f;p=ardour-manual diff --git a/include/osc58-querying-ardour.html b/include/osc58-querying-ardour.html index 9229229..6ab925e 100644 --- a/include/osc58-querying-ardour.html +++ b/include/osc58-querying-ardour.html @@ -12,18 +12,18 @@ Here are the commands used to query Ardour: (added in Ardour 5.5)

-
-
/strip/list
-
Ask for a list of strips
-
/strip/sends ssid
-
Asks for a list of sends on the strip ssid
-
/strip/receives ssid
-
Asks for a list of tracks that have sends to the strip ssid points to
-
/strip/plugin/list ssid
-
Asks for a list of plug-ins for strip ssid.
-
/plugin/descriptor ssid piid
-
Asks for a list of descriptors for plug-in piid on strip ssid
-
+ + + + + + + + + + + +
/strip/listAsk for a list of strips
/strip/sends ssidAsks for a list of sends on the strip ssid
/strip/receives ssidAsks for a list of tracks that have sends to the strip ssid points to
/strip/plugin/list ssidAsks for a list of plug-ins for strip ssid.
/plugin/descriptor ssid piidAsks for a list of descriptors for plug-in piid on strip ssid

A list of strips

@@ -32,14 +32,22 @@ current session has. Ardour replies with a message for each strip with the following information: After all the strip messages have been sent, one final message is sent with: @@ -47,8 +55,16 @@
  • The text end_route_list
  • The session frame rate
  • The last frame number of the session
  • +
  • Monitor section present
  • +

    + If the surface is using /strip/list, the surface needs to know + if the strips have changed. This would be true if a strip gets moved, created or + deleted. When this happens Ardour sends /strip/list to the surfaces + that have previously requested a /strip/list. This lets the + surface know that it's list of strips is no longer valid. +

    A bus will not have a record enable and so a bus message will have one less parameter than a track. It is the controllers responsability to deal with this. @@ -133,14 +149,14 @@

    The flag bitset above has been defined as (from lsb):