From b759bae0cde1661d4d12f370facbf5b8189eacc9 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Thu, 2 Feb 2017 11:02:10 -0600 Subject: Right-click on a VCA to assign it to the selected channels. --- gtk2_ardour/mixer_strip.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/mixer_strip.h') diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h index abafb3b1f3..e40c38ff40 100644 --- a/gtk2_ardour/mixer_strip.h +++ b/gtk2_ardour/mixer_strip.h @@ -185,6 +185,9 @@ class MixerStrip : public AxisView, public RouteUI, public Gtk::EventBox Gtk::Table mute_solo_table; Gtk::Table bottom_button_table; + void vca_assign (boost::shared_ptr); + void vca_unassign (boost::shared_ptr); + void meter_changed (); void monitor_changed (); -- cgit v1.2.3