summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/startup.h')
-rw-r--r--gtk2_ardour/startup.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h
index 1657d4fcd0..96adf954ba 100644
--- a/gtk2_ardour/startup.h
+++ b/gtk2_ardour/startup.h
@@ -49,6 +49,14 @@ class ArdourStartup : public Gtk::Assistant {
Gtk::RadioButton ic_new_session_button;
Gtk::RadioButton ic_existing_session_button;
+ /* monitoring choices */
+
+ Gtk::VBox mon_vbox;
+ Gtk::Label monitor_label;
+ Gtk::RadioButton monitor_via_hardware_button;
+ Gtk::RadioButton monitor_via_ardour_button;
+ void setup_monitoring_choice_page ();
+
/* session page (could be new or existing) */
void setup_session_page ();