summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
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 dc223d237a..711ee7171a 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -42,11 +42,13 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
~VCAMasterStrip ();
std::string name() const;
+ Gdk::Color color () const;
std::string state_id() const { return "VCAMasterStrip"; }
boost::shared_ptr<ARDOUR::VCA> vca() const { return _vca; }
static PBD::Signal1<void,VCAMasterStrip*> CatchDeletion;
+
private:
boost::shared_ptr<ARDOUR::VCA> _vca;
GainMeter gain_meter;