summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-05 15:39:22 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-05 16:33:01 -0400
commit384d05dd35191077f3c2e6a5b6547f627aa0b68f (patch)
treee7876235190ccda1b433535caee1b39a9069c840 /gtk2_ardour/vca_master_strip.h
parent2aeb33989e2ad46a5ac00df166cce66aed922150 (diff)
change AxisView color API to be virtual and implement per-type variants
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;