Forbid crashing Calf Analyzer/BassEnhancer

This commit is contained in:
Johannes Lorenz
2020-11-08 01:48:05 +01:00
committed by Johannes Lorenz
parent 01f2fa5c29
commit 48bc9db71d

View File

@@ -48,6 +48,9 @@
const std::set<const char*, Lv2Manager::CmpStr> Lv2Manager::pluginBlacklist =
{
// github.com/calf-studio-gear/calf, #278
"http://calf.sourceforge.net/plugins/Analyzer",
"http://calf.sourceforge.net/plugins/BassEnhancer"
};