add "custom" meter option which is the only option where the meter processor is visib...
[ardour.git] / libs / ardour / send.cc
index 5a39c3322ac4318b151b45658b71f06009e7ee77..d2c1d3c493955d5837eeeb0f17da4fd224c88699 100644 (file)
@@ -241,8 +241,10 @@ Send::set_name (const std::string& new_name)
 }
 
 bool
-Send::visible () const
+Send::display_to_user () const
 {
+       /* we ignore Deliver::_display_to_user */
+
        if (_role == Listen) {
                return false;
        }