From: Len Ovens Date: Thu, 15 Jun 2017 18:55:04 +0000 (-0700) Subject: OSC: query up date added message X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81489d87cf665847ed0d6c71df14c7592738246c;p=ardour-manual OSC: query up date added message --- diff --git a/include/osc58-querying-ardour.html b/include/osc58-querying-ardour.html index 6729d89..d112a2f 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

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