1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 09:31:15 +02:00

Use IdentInterfaceSymbol to identify effect families

This commit is contained in:
Paul Licameli
2018-03-29 12:28:35 -04:00
parent 915e6ead40
commit 2c19e8f81e
17 changed files with 27 additions and 91 deletions

View File

@@ -105,12 +105,7 @@ public:
virtual EffectType GetType() = 0;
// This string persists in configuration files
// So config compatibility will break if it is changed across Audacity versions
virtual wxString GetFamilyId() = 0;
// Returns a user-visible string:
virtual wxString GetFamilyName() = 0;
virtual IdentInterfaceSymbol GetFamilyId() = 0;
// These should move to the "EffectClientInterface" class once all
// effects have been converted.