summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-04-15 18:04:23 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-04-15 18:04:23 +0000
commit54d9f2f2d83af1f0f44579fe2ebf090e68259938 (patch)
tree44a61c36048be6edabeb5fc5461d47c95623f79f /gtk2_ardour/startup.h
parentece2bacb2c7d7f72b6a25a75760837efce0d5e30 (diff)
first half of the mega-by-hand-commit-by-commit merge from 2.X
git-svn-id: svn://localhost/ardour2/branches/3.0@4980 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 ();