summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-16 21:58:53 +0100
committerRobin Gareus <robin@gareus.org>2017-01-16 21:58:53 +0100
commit17d54a0d1cac0ee698c85609030958ffaea0050a (patch)
treec76493404cbb5e18af4398fc142be60a3d214ec2 /gtk2_ardour/ardour_ui.h
parentcf5a0de709489dd3a8735da89a49f9f468bf98e9 (diff)
Configurable toolbar rec/punch & monitoring buttons
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index c5321574ea..c375bf89e2 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -73,6 +73,7 @@
#include "add_route_dialog.h"
#include "ardour_button.h"
#include "ardour_dialog.h"
+#include "ardour_spacer.h"
#include "ardour_window.h"
#include "editing.h"
#include "enums.h"
@@ -529,6 +530,9 @@ private:
ArdourButton punch_out_button;
ArdourButton layered_button;
+ ArdourVSpacer recpunch_spacer;
+ ArdourVSpacer monitoring_spacer;
+
ArdourButton monitor_in_button;
ArdourButton monitor_disk_button;
ArdourButton auto_input_button;
@@ -536,6 +540,9 @@ private:
Gtk::Label punch_label;
Gtk::Label layered_label;
+ Gtk::Label punch_space;
+ Gtk::Label mon_space;
+
void toggle_external_sync ();
void toggle_time_master ();
void toggle_video_sync ();