mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
Change ";type tool" to not iterate through tracks or selection.
Also adds the options ;type tool ;type tool process ;type tool generator ;type tool analyze These tools will appear in the Tools menu, but behave as their second argument (if any)
This commit is contained in:
@@ -103,7 +103,10 @@ class AUDACITY_DLL_API EffectDefinitionInterface /* not final */ : public Ident
|
||||
public:
|
||||
virtual ~EffectDefinitionInterface() {};
|
||||
|
||||
// Type determines how it behaves.
|
||||
virtual EffectType GetType() = 0;
|
||||
// Classification determines which menu it appears in.
|
||||
virtual EffectType GetClassification() { return GetType();};
|
||||
|
||||
virtual IdentInterfaceSymbol GetFamilyId() = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user