X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-querying-ardour.html;h=d112a2f6ad45ea61e6f42c84364495c59815ba89;hb=ca8c53473dfbcb7d4b483a5ce792bbf4b5caffe8;hp=6ab925e0b675e1c8104753e01a1671f3354ecb20;hpb=2a06332b4a3c53c199c52502598bd6b301494501;p=ardour-manual diff --git a/include/osc58-querying-ardour.html b/include/osc58-querying-ardour.html index 6ab925e..d112a2f 100644 --- a/include/osc58-querying-ardour.html +++ b/include/osc58-querying-ardour.html @@ -21,8 +21,10 @@ 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 + /strip/plugin/descriptor ssid piid Asks for a list of descriptors for plug-in piid on strip ssid + /set_surface + Ask for the current surface setting. Reply is in the same form as setting the surface would be.

A list of strips

@@ -58,6 +60,11 @@
  • Monitor section present
  • +

    + The /set_surface should be set before this is called. That way + The right set of strips will be sent in return (though the default is good + for most uses) and feedback will start correctly. +

    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 @@ -161,6 +168,8 @@

    While this seems complex, it is really not that bad. Minimum, - maximum and value will in most cases give you all you need. + maximum and value will in most cases give you all you need. For simpler + access to plug-ins, the /select/plugin/ set of commands will handle most + needs.