From 0105b01a955c74fb46e8cf322f7ab249314bca1c Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Tue, 16 May 2017 15:41:08 -0700 Subject: [PATCH] Add touch command to OSC pages --- include/osc58-automation.html | 11 +++++++++++ include/osc58-controlling-ardour-with-osc.html | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/include/osc58-automation.html b/include/osc58-automation.html index bbd990d..2211513 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 fdd7c52..bc40af5 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