add "custom" meter option which is the only option where the meter processor is visib...
[ardour.git] / libs / ardour / ardour / send.h
index f9f13ee309f00da5a80355564b1969bbbcd70079..b86d321bd21c0be55a562ecd095b78deb90bca75 100644 (file)
@@ -43,7 +43,7 @@ class Send : public Delivery
 
        uint32_t bit_slot() const { return _bitslot; }
 
-       bool visible() const;
+       bool display_to_user() const;
 
        boost::shared_ptr<Amp> amp() const { return _amp; }
        boost::shared_ptr<PeakMeter> meter() const { return _meter; }