1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Plugin Menus

This commit is contained in:
Paul Licameli
2018-10-23 10:50:28 -04:00
parent 1be1217d1d
commit 9759c6bd4f
10 changed files with 1112 additions and 1078 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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);
}