summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-02-29 09:10:13 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:38 -0400
commit089549acb67e9f11039853eb5af48b00d206b7a5 (patch)
treec186fa190f9c38ca387c85bead913436102e35c6 /gtk2_ardour/route_ui.h
parent8eafe8b8045e60b305a40b729b9daea2c6289d28 (diff)
add 4 harrison-style vca assign buttons to the mixer strip
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index b96c306a37..f9f48855b5 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -126,6 +126,8 @@ class RouteUI : public virtual AxisView
ArdourButton* solo_safe_led;
ArdourButton* solo_isolated_led;
+ std::vector<ArdourButton*> vca_buttons;
+
Gtk::Label monitor_input_button_label;
Gtk::Label monitor_disk_button_label;
@@ -278,8 +280,8 @@ class RouteUI : public virtual AxisView
PBD::ScopedConnectionList route_connections;
bool self_destruct;
- void init ();
- void reset ();
+ void init ();
+ void reset ();
void self_delete ();
virtual void start_step_editing () {}