Faderport(Classic): Add Record-PreRoll and Record-CountIn actions to the footswitch...
authorBen Loftis <ben@harrisonconsoles.com>
Sun, 7 Oct 2018 15:09:38 +0000 (10:09 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Sun, 7 Oct 2018 15:10:03 +0000 (10:10 -0500)
libs/surfaces/faderport/gui.cc

index 186fbd04e96e6d73420a06bc55ddec57894608ee..68c89007b14534e26c6e1dde6814cc777c23134a 100644 (file)
@@ -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 Loop"), string(X_("Transport/Loop"))));
        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);
 }