Introduce blacklisted plugins to Lv2 interface
This commit is contained in:
committed by
Johannes Lorenz
parent
7dd6a39366
commit
01f2fa5c29
@@ -131,6 +131,11 @@ public:
|
||||
}
|
||||
bool isFeatureSupported(const char* featName) const;
|
||||
|
||||
static const std::set<const char*, Lv2Manager::CmpStr>& getPluginBlacklist()
|
||||
{
|
||||
return pluginBlacklist;
|
||||
}
|
||||
|
||||
private:
|
||||
// general data
|
||||
bool m_debug; //!< if set, debug output will be printed
|
||||
@@ -144,6 +149,9 @@ private:
|
||||
// URID cache for fast URID access
|
||||
Lv2UridCache m_uridCache;
|
||||
|
||||
// static
|
||||
static const std::set<const char*, Lv2Manager::CmpStr> pluginBlacklist;
|
||||
|
||||
// functions
|
||||
bool isSubclassOf(const LilvPluginClass *clvss, const char *uriStr);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user