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

OSC Automation

-

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

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

+