summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-01 08:48:54 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:38 -0400
commitd47dc72595b322d42d88021407ffe14e9c0c24e3 (patch)
tree9bb7ffb9d343a4d5007f275044b3a9c5fa58d432 /gtk2_ardour/mixer_strip.h
parentf5df3c291e05d30cf22d8bc3f12c3e09397ab55b (diff)
single button for VCA assignment, plus unassign now works
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 670bab0561..ec08670259 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -179,7 +179,6 @@ 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;
@@ -323,8 +322,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
std::string meter_point_string (ARDOUR::MeterPoint);
- void vca_menu_toggle (Gtk::MenuItem*, uint32_t n);
- bool vca_button_release (GdkEventButton* ev, uint32_t which);
+ void vca_menu_toggle (Gtk::CheckMenuItem*, uint32_t n);
+ bool vca_button_release (GdkEventButton* ev);
};
#endif /* __ardour_mixer_strip__ */