1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-09 22:53:55 +01:00

Fix for bug #981

This commit is contained in:
Leland Lucius
2015-05-28 09:57:59 -05:00
parent ca7c107fdc
commit b8ce7f6125
8 changed files with 46 additions and 18 deletions

5
src/effects/EffectManager.h Normal file → Executable file
View File

@@ -56,10 +56,11 @@ public:
EffectManager();
virtual ~EffectManager();
/** Register an effect so it can be executed. */
/** (Un)Register an effect so it can be executed. */
// Here solely for the purpose of Nyquist Workbench until
// a better solution is devised.
void RegisterEffect(Effect *f);
const PluginID & RegisterEffect(Effect *f);
void UnregisterEffect(const PluginID & ID);
/** Run an effect given the plugin ID */
// Returns true on success. Will only operate on tracks that