diff --git a/src/core/lv2/Lv2Manager.cpp b/src/core/lv2/Lv2Manager.cpp index 4dbb30e18..93946d426 100644 --- a/src/core/lv2/Lv2Manager.cpp +++ b/src/core/lv2/Lv2Manager.cpp @@ -48,6 +48,9 @@ const std::set Lv2Manager::pluginBlacklist = { + // github.com/calf-studio-gear/calf, #278 + "http://calf.sourceforge.net/plugins/Analyzer", + "http://calf.sourceforge.net/plugins/BassEnhancer" };