Faderport(Classic): Add Record-PreRoll and Record-CountIn actions to the footswitch selections. Could make this menu access -any- action, but I think a short useful list of transport items is better in this case.
This commit is contained in:
parent
bf7ed81a39
commit
0f6e67a32f
@ -571,6 +571,8 @@ FPGUI::build_foot_action_combo (Gtk::ComboBox& cb, FaderPort::ButtonState bs)
|
|||||||
actions.push_back (make_pair (string("Toggle Roll+Rec"), string(X_("Transport/record-roll"))));
|
actions.push_back (make_pair (string("Toggle Roll+Rec"), string(X_("Transport/record-roll"))));
|
||||||
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"))));
|
||||||
|
actions.push_back (make_pair (string("Record with Pre-Roll"), string(X_("Transport/RecordPreroll"))));
|
||||||
|
actions.push_back (make_pair (string("Record with Count-In"), string(X_("Transport/RecordCountIn"))));
|
||||||
|
|
||||||
build_action_combo (cb, actions, FaderPort::Footswitch, bs);
|
build_action_combo (cb, actions, FaderPort::Footswitch, bs);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user