]> Shamusworld >> Repos - ardour-manual/commitdiff
OSC: query up date added message
authorLen Ovens <len@ovenwerks.net>
Thu, 15 Jun 2017 18:55:04 +0000 (11:55 -0700)
committerLen Ovens <len@ovenwerks.net>
Thu, 15 Jun 2017 20:17:49 +0000 (13:17 -0700)
include/osc58-querying-ardour.html

index 6729d893d9fb7f87c53b10107332803d3dd3d9b7..d112a2f6ad45ea61e6f42c84364495c59815ba89 100644 (file)
@@ -23,6 +23,8 @@
   <td>Asks for a list of plug-ins for strip <em>ssid.</em></td></tr>
   <tr><th><kbd class="osc">/strip/plugin/descriptor <em>ssid</em> <em>piid</em></kbd></th>
   <td>Asks for a list of descriptors for plug-in <em>piid</em> on strip <em>ssid</em></td></tr>
+  <tr><th><kbd class="osc">/set_surface</kbd></th>
+  <td>Ask for the current surface setting. Reply is in the same form as setting the surface would be.</td></tr>
 </table>
 
 <h3>A list of strips</h3>
 </p>
 <p>
        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.
 </p>