1
0
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:
James Crook
2018-03-02 18:16:31 +00:00
parent fb8b797d63
commit 8cd5d7f4fe
11 changed files with 75 additions and 50 deletions

View File

@@ -55,7 +55,8 @@ typedef enum EffectType
EffectTypeHidden,
EffectTypeGenerate,
EffectTypeProcess,
EffectTypeAnalyze
EffectTypeAnalyze,
EffectTypeTool,
} EffectType;
class ShuttleParams;