From 3f5eeaf4d65de7231a94ab37d67be76e7dc1866a Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Sun, 22 Jan 2017 16:06:43 -0800 Subject: [PATCH] Add pointer in generic midi mapping to actions in appendix --- .../03_generic-midi/01_midi-binding-maps.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/_manual/23_using-control-surfaces/03_generic-midi/01_midi-binding-maps.html b/_manual/23_using-control-surfaces/03_generic-midi/01_midi-binding-maps.html index 5ea01bf..ff42311 100644 --- a/_manual/23_using-control-surfaces/03_generic-midi/01_midi-binding-maps.html +++ b/_manual/23_using-control-surfaces/03_generic-midi/01_midi-binding-maps.html @@ -302,13 +302,9 @@ bindings">

Binding to Ardour "actions"

You can also bind a sysex or arbitrary message to any of the items - that occur in Ardour's main menu (and its submenus). The best place - to look for the (long) list of how to address each item is in your - keybindings file, which will contain lines that look like this: -

- -(gtk_accel_path "<Actions>/Editor/temporal-zoom-in" "equal") - + that occur in Ardour's main menu (and its submenus). The + list of actions shows all available values of action-name.

To create a binding between an arbitrary MIDI message (we'll use a note-off on channel 1 of MIDI note 60 (hex) with release velocity -- 2.37.2