mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +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:
@@ -677,7 +677,7 @@ void OnStereoToMono(const CommandContext &context)
|
||||
PluginActions::DoEffect(
|
||||
EffectManager::Get().GetEffectByIdentifier(wxT("StereoToMono")),
|
||||
context,
|
||||
PluginActions::kConfigured);
|
||||
EffectManager::kConfigured);
|
||||
}
|
||||
|
||||
void OnMixAndRender(const CommandContext &context)
|
||||
|
||||
Reference in New Issue
Block a user