mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Plugin Menus
This commit is contained in:
@@ -635,8 +635,8 @@ void OnNewTimeTrack(const CommandContext &context)
|
||||
|
||||
void OnStereoToMono(const CommandContext &context)
|
||||
{
|
||||
GetMenuCommandHandler(context.project).
|
||||
DoEffect(EffectManager::Get().GetEffectByIdentifier(wxT("StereoToMono")),
|
||||
PluginActions::DoEffect(
|
||||
EffectManager::Get().GetEffectByIdentifier(wxT("StereoToMono")),
|
||||
context,
|
||||
MenuCommandHandler::OnEffectFlags::kConfigured);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user