mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
faderport: fix binding of actions to footswitch
This commit is contained in:
parent
846afdd8e5
commit
e38fad6228
1 changed files with 1 additions and 1 deletions
|
|
@ -569,7 +569,7 @@ FPGUI::build_foot_action_combo (Gtk::ComboBox& cb, FaderPort::ButtonState bs)
|
|||
actions.push_back (make_pair (string("Toggle Loop"), string(X_("Transport/Loop"))));
|
||||
actions.push_back (make_pair (string("Toggle Click"), string(X_("Transport/ToggleClick"))));
|
||||
|
||||
build_action_combo (cb, actions, FaderPort::Proj, bs);
|
||||
build_action_combo (cb, actions, FaderPort::Footswitch, bs);
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue