X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-automation.html;h=3e82c20df2767b26b8d30ab89aa80bb42b7067f9;hb=1bc084d882bf5792634c5fd08c35eff78de26b02;hp=bbd990dcdc52d01df212ea3bf17967611e761444;hpb=780f980e8629073dbb7f5d28a72801f2dc0b9425;p=ardour-manual diff --git a/include/osc58-automation.html b/include/osc58-automation.html index bbd990d..3e82c20 100644 --- a/include/osc58-automation.html +++ b/include/osc58-automation.html @@ -1,6 +1,6 @@

- 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. (See Automation.)

@@ -38,3 +38,15 @@ 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 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: +

+

+ /strip/[control]/touch ii ssid touch +

+

+ 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. +

+