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:
5
src/effects/EffectManager.h
Normal file → Executable file
5
src/effects/EffectManager.h
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user