clean up mess in Route/Track controllables caused by not understanding the significan...
[ardour.git] / libs / ardour / ardour / plugin_manager.h
index 663bb92324ab7a839248b81a27817ab51e916097..e25a268b2e1fa5a7c9b3e983f8c6b448be597616 100644 (file)
@@ -78,6 +78,8 @@ class LIBARDOUR_API PluginManager : public boost::noncopyable {
 
        /** plugins were added to or removed from one of the PluginInfoLists */
        PBD::Signal0<void> PluginListChanged;
+       /** Plugin Hidden/Favorite status changed */
+       PBD::Signal0<void> PluginStatusesChanged;
 
   private:
        struct PluginStatus {
@@ -135,7 +137,7 @@ class LIBARDOUR_API PluginManager : public boost::noncopyable {
 
        int windows_vst_discover_from_path (std::string path, bool cache_only = false);
        int windows_vst_discover (std::string path, bool cache_only = false);
-       
+
        int lxvst_discover_from_path (std::string path, bool cache_only = false);
        int lxvst_discover (std::string path, bool cache_only = false);