mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01:00
Plugin Menus
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user