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