mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +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 Loop"), string(X_("Transport/Loop"))));
|
||||||
actions.push_back (make_pair (string("Toggle Click"), string(X_("Transport/ToggleClick"))));
|
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
|
bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue