a reverb is a reverb is a reverb
[ardour.git] / gtk2_ardour / vca_time_axis.h
index 4acd5d361920b38c8d98aec325de6d9b060ab15e..c40b1ab28889412e2220e40b37c7101badd620ca 100644 (file)
@@ -46,9 +46,14 @@ class VCATimeAxisView : public TimeAxisView
        boost::shared_ptr<ARDOUR::VCA> vca() const { return _vca; }
 
        std::string name() const;
+       Gdk::Color color () const;
        std::string state_id() const;
 
+       void set_height (uint32_t h, TrackHeightMode m = OnlySelf);
+
        bool selectable() const { return false; }
+       bool marked_for_display () const;
+       bool set_marked_for_display (bool);
 
  protected:
        boost::shared_ptr<ARDOUR::VCA> _vca;