X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-querying-ardour.html;h=fa2a6f9dd02df26f167b86a44f392acdaf131f8c;hb=081e7af0b6f6dec0ca685d3a538eacf20394c2cc;hp=6729d893d9fb7f87c53b10107332803d3dd3d9b7;hpb=817cb1d9e66d6cbc3d468ce00ab15c521996ddb7;p=ardour-manual diff --git a/include/osc58-querying-ardour.html b/include/osc58-querying-ardour.html index 6729d89..fa2a6f9 100644 --- a/include/osc58-querying-ardour.html +++ b/include/osc58-querying-ardour.html @@ -23,6 +23,8 @@ Asks for a list of plug-ins for strip ssid. /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

@@ -130,17 +132,17 @@

A list of a plug-in's parameters

- /plugin/descriptor ssid piid will + /strip/plugin/descriptor ssid piid will return the plug-in parameters for ppid plug-in on the ssid strip. The - reply will contain the following information: + reply will be sent as a number of messages, one for each parameter. + Each message will contain the following information:

+

+ After all the parameters have been sent this way, one final message" + /strip/plugin/descriptor_end is sent with these parameters: +

+

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

+ Bits 3 and 4 are not used, they were max unbound and min unbound in + previous versions and always zero.

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.