1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-02 14:17:07 +01: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

View File

@@ -720,14 +720,14 @@ bool MacroCommands::ApplyEffectCommand(
{
if( plug->GetPluginType() == PluginTypeAudacityCommand )
// and apply the effect...
res = GetMenuCommandHandler(*project).DoAudacityCommand(ID,
res = PluginActions::DoAudacityCommand(ID,
Context,
MenuCommandHandler::OnEffectFlags::kConfigured |
MenuCommandHandler::OnEffectFlags::kSkipState |
MenuCommandHandler::OnEffectFlags::kDontRepeatLast);
else
// and apply the effect...
res = GetMenuCommandHandler(*project).DoEffect(ID,
res = PluginActions::DoEffect(ID,
Context,
MenuCommandHandler::OnEffectFlags::kConfigured |
MenuCommandHandler::OnEffectFlags::kSkipState |