mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 19:52:19 +01:00
Move enum into EffectManager...
... tying Effect into a cycle of 3 with EffectManager and EffectRack, which is only revealing the true dependencies
This commit is contained in:
@@ -1715,7 +1715,7 @@ bool ProjectFileManager::Import(
|
||||
PluginActions::DoEffect(
|
||||
EffectManager::Get().GetEffectByIdentifier(wxT("Normalize")),
|
||||
context,
|
||||
PluginActions::kConfigured);
|
||||
EffectManager::kConfigured);
|
||||
}
|
||||
|
||||
// This is a no-fail:
|
||||
|
||||
Reference in New Issue
Block a user