Add all_tracks_rec actions
[ardour.git] / libs / surfaces / control_protocol / basic_ui.cc
index 13b41ba373b9c7f561085c20bdbc9cefd3a5e045..5dc324edc200e8eb722f63654ffb2fb5ed01e3c5 100644 (file)
@@ -211,6 +211,18 @@ BasicUI::rec_enable_toggle ()
        }
 }
 
+void
+BasicUI::all_tracks_rec_in ()
+{
+       session->set_all_tracks_record_enabled (true);
+}
+
+void
+BasicUI::all_tracks_rec_out ()
+{
+       session->set_all_tracks_record_enabled (false);
+}
+
 void
 BasicUI::save_state ()
 {