X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-automation.html;h=6515f0860f302c3775d712f0471f19a709e73bc7;hb=081e7af0b6f6dec0ca685d3a538eacf20394c2cc;hp=ac8f4c4d1867c542c438c68e279479de3adc2334;hpb=66cbe9a0bd69814b4e6c362e5701085a98a0fb8c;p=ardour-manual diff --git a/include/osc58-automation.html b/include/osc58-automation.html index ac8f4c4..6515f08 100644 --- a/include/osc58-automation.html +++ b/include/osc58-automation.html @@ -1,6 +1,4 @@ -

OSC Automation

-

Ardour has automation modes for many of it's controls. As of version 5.9, OSC can control what automation mode a fader uses. @@ -13,7 +11,6 @@ /strip/[control]/automation ii ssid mode

-

-

+

The next version of Ardour will add /strip/[control]/automation_name is ssid mode_name 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. +

+