mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
Tools menu and EffectTypeTool
- Also add a 'Nyquist Prompt' to the Tools Menu. - Currently it is the same as the Effects Nyquist Prompt. - Chains moved into the Tools prompt.
This commit is contained in:
@@ -55,7 +55,8 @@ typedef enum EffectType
|
||||
EffectTypeHidden,
|
||||
EffectTypeGenerate,
|
||||
EffectTypeProcess,
|
||||
EffectTypeAnalyze
|
||||
EffectTypeAnalyze,
|
||||
EffectTypeTool,
|
||||
} EffectType;
|
||||
|
||||
class ShuttleParams;
|
||||
|
Reference in New Issue
Block a user