diff --git a/include/osc58-automation.html b/include/osc58-automation.html index bbd990dc..22115139 100644 --- a/include/osc58-automation.html +++ b/include/osc58-automation.html @@ -38,3 +38,14 @@ 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. +

diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index fdd7c521..bc40af54 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -354,6 +354,9 @@ here"/> /strip/*/automation ssid mode where mode is an int ranging from 0 to 3 representing the desired automation mode for the control. See OSC Automation. + /strip/*/touch ssid state + where state is an int of 1 for touched and 0 for released. + See OSC Automation. /strip/trimdB ssid trim_db where trim_db is a float ranging from -20 to 20 representing the desired trim of the track in dB. /strip/pan_stereo_position ssid position @@ -463,6 +466,9 @@ here"/> /select/*/automation mode where mode is an int ranging from 0 to 3 representing the desired automation mode for the control. See OSC Automation. + /select/*/touch state + where state is an int of 1 for touched and 0 for released. + See OSC Automation. /select/trimdB trim_db where trim_db is a float ranging from -20 to 20 representing the desired trim of the track in dB. /select/pan_stereo_position position