summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport/gui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-12-01 11:20:09 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-12-01 11:20:09 -0500
commit03a4926790b04d4f3929e88240fcddca76f24fd4 (patch)
tree841cf7ec35d3f0fc3c6c34941d214c333c95a326 /libs/surfaces/faderport/gui.h
parent0e629cd162ab369c941f072f5b054d2aef0e3fb5 (diff)
faderport: allow User button to be bound to ANY possible action.
This does involve nagivating some really gnarly menus, which is unfortunate, but we don't have a good general solution for this yet (it is fundamentally the same problem that affects the key binding editor and Mackie support
Diffstat (limited to 'libs/surfaces/faderport/gui.h')
-rw-r--r--libs/surfaces/faderport/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaces/faderport/gui.h b/libs/surfaces/faderport/gui.h
index 4df3f286c1..d5edfaf127 100644
--- a/libs/surfaces/faderport/gui.h
+++ b/libs/surfaces/faderport/gui.h
@@ -99,6 +99,7 @@ private:
void build_mix_action_combo (Gtk::ComboBox&, FaderPort::ButtonState);
void build_proj_action_combo (Gtk::ComboBox&, FaderPort::ButtonState);
void build_trns_action_combo (Gtk::ComboBox&, FaderPort::ButtonState);
+ void build_user_action_combo (Gtk::ComboBox&, FaderPort::ButtonState);
void build_available_action_menu ();
void action_changed (Gtk::ComboBox*, FaderPort::ButtonID, FaderPort::ButtonState);