diff --git a/include/osc58-querying-ardour.html b/include/osc58-querying-ardour.html index 6729d893..d112a2f6 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.