mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-04 13:40:58 +01:00
Cleaner class hierarchy
This commit is contained in:
committed by
Paul Licameli
parent
b1b1a362ed
commit
8ebf502cd6
@@ -34,7 +34,7 @@ typedef enum
|
||||
PluginTypeNone = 0, // 2.1.0 placeholder entries...not used by 2.1.1 or greater
|
||||
PluginTypeStub =1, // Used for plugins that have not yet been registered
|
||||
PluginTypeEffect =1<<1,
|
||||
PluginTypeGeneric=1<<2,
|
||||
PluginTypeAudacityCommand=1<<2,
|
||||
PluginTypeExporter=1<<3,
|
||||
PluginTypeImporter=1<<4,
|
||||
PluginTypeModule=1<<5,
|
||||
|
||||
Reference in New Issue
Block a user