summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.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/mixer_strip.h
parent8eafe8b8045e60b305a40b729b9daea2c6289d28 (diff)
add 4 harrison-style vca assign buttons to the mixer strip
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 71d419a458..df3b78dcd3 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -176,6 +176,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Gtk::Table solo_iso_table;
Gtk::Table mute_solo_table;
Gtk::Table bottom_button_table;
+ Gtk::Table vca_table;
ArdourButton meter_point_button;