]> Shamusworld >> Repos - ardour-manual/blobdiff - include/osc58-automation.html
Removed link to MIDI on Linux page in Mackie Control setup page.
[ardour-manual] / include / osc58-automation.html
index bbd990dcdc52d01df212ea3bf17967611e761444..3e82c20df2767b26b8d30ab89aa80bb42b7067f9 100644 (file)
@@ -1,6 +1,6 @@
 
 <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>
        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).
 </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>
+