mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
New virtual function in ModuleInterface
This commit is contained in:
@@ -76,6 +76,11 @@ public:
|
||||
// Called just prior to deletion to allow releasing any resources.
|
||||
virtual void Terminate() = 0;
|
||||
|
||||
// A symbol identifying the family of plugin provided by this module;
|
||||
// if it is not empty, then the family as a whole can be enabled or
|
||||
// disabled by the user in Preferences
|
||||
virtual EffectFamilySymbol GetOptionalFamilySymbol() = 0;
|
||||
|
||||
// "Paths" returned by FindPluginPaths() and passed back to
|
||||
// DiscoverPluginsAtPath() have module-specific meaning.
|
||||
// They are not necessarily file system paths to existent files that
|
||||
|
Reference in New Issue
Block a user