mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Plugin Menus
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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