]> Shamusworld >> Repos - ardour-manual/blobdiff - include/osc58-automation.html
Cue: Cue window elements
[ardour-manual] / include / osc58-automation.html
index bc41510f31c5dd3ae13f0a60b2543c5e2805bf54..3e82c20df2767b26b8d30ab89aa80bb42b7067f9 100644 (file)
@@ -1,8 +1,6 @@
 
-<h3>OSC Automation</h3>
-
 <p>
-       Ardour has automation modes for many of it's controls. As of version
+       Ardour has automation modes for many of its controls. As of version
        5.9, OSC can control what automation mode a fader uses.
        (<a href="@@automation">See Automation.</a>)
 </p>
@@ -13,7 +11,6 @@
        <code>/strip/[control]/automation ii ssid mode</code>
 </p>
 
-<p>
 <ul>
        <li>/strip may also be /select in which case the only parameter is the mode.</li>
        <li>[control] as of Ardour version 5.9 control can be:
                0 to 3 to be used to control mode.
        </li>
 </ul>
-</p>
+
 <p>
        The next version of Ardour will add <code>/strip/[control]/automation_name is ssid mode_name</code>
        as feedback. A surface may choose to use only the first character of the string (M, P, W or T) instead of
-       the whole string. (this is in git now)
+       the whole string (this is in git now).
+</p>
+<p>
+       The touch mode needs more input so there is a Touch command as well (added post 5.9). It is almost identical
+       to the automation command:
 </p>
+<p>
+       <code>/strip/[control]/touch ii ssid touch</code>
+</p>
+<p>
+       The only difference is the last parameter is 1 for touched and 0 for touch released. All of the rest
+       of the explanation above applies.       
+</p>
+