From e3adf6dfba963bcd7763d15f965b1243e7af662d Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Thu, 16 Mar 2017 19:45:44 -0700 Subject: [PATCH] OSC: added new feature documentation --- include/osc58-controlling-ardour-with-osc.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index e4e6d3e..984bb63 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -499,6 +499,17 @@ here"/> a single common syntax to trigger the action as if it was selected with the mouse (or keyboard):

/access_action action_name +

+ As of Ardour 5.9, access_action can be inlined for control surfaces + that are unable to send string parameters. Action_name is composed of + a group and an action in the form of Group/action which fits very well + an OSC path extension: +

+/access_action/Group/action key_pressed +

+ The key_pressed is optional, but if present is a float 1 or 0 where the + command is ignored if key_pressed is 0. +

The