summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-18 15:56:52 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:43 -0400
commit45b5c9667e8b2d50250cd6d2846f9e0905fb1e84 (patch)
tree480cf57dde62645645ac0cadfdb51e4b87f4015a /gtk2_ardour/vca_master_strip.h
parent1d81392e379c96b4014b9cf2cb4d3349a0f4b9bf (diff)
basics of spill control in place (actual change in mixer display, not done)
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index 0c752cbeec..4734061987 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -70,6 +70,8 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
Gtk::MessageDialog* delete_dialog;
ArdourButton vertical_button;
+ void spill ();
+ void spill_change (boost::shared_ptr<ARDOUR::VCA>);
void hide_clicked();
bool width_button_pressed (GdkEventButton *);
void set_selected (bool);