a reverb is a reverb is a reverb
[ardour.git] / gtk2_ardour / vca_time_axis.h
index 2ee23bca4413bf0a72019fe3cea39ebbd183db3e..c40b1ab28889412e2220e40b37c7101badd620ca 100644 (file)
@@ -52,6 +52,8 @@ class VCATimeAxisView : public TimeAxisView
        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;