summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2017-02-02 11:02:10 -0600
committerBen Loftis <ben@harrisonconsoles.com>2017-02-02 11:02:10 -0600
commitb759bae0cde1661d4d12f370facbf5b8189eacc9 (patch)
treee74e02967bd46a5eb05e8c78557a4bcebdf7e5f8 /gtk2_ardour/mixer_strip.h
parent71003b02353ea090902bdd5623d42da141fa25ad (diff)
Right-click on a VCA to assign it to the selected channels.
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h3
1 files changed, 3 insertions, 0 deletions
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<ARDOUR::VCA>);
+ void vca_unassign (boost::shared_ptr<ARDOUR::VCA>);
+
void meter_changed ();
void monitor_changed ();