mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
Move DoEffect out of PluginMenus
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#include "AudioIOBase.h"
|
||||
#include "CommonCommandFlags.h"
|
||||
#include "LabelTrack.h"
|
||||
#include "Menus.h"
|
||||
#include "ModuleManager.h"
|
||||
#include "Prefs.h"
|
||||
#include "Project.h"
|
||||
@@ -1405,7 +1404,7 @@ void NyqBench::OnGo(wxCommandEvent & e)
|
||||
mRunning = true;
|
||||
UpdateWindowUI();
|
||||
|
||||
PluginActions::DoEffect(ID, CommandContext(*p), 0);
|
||||
EffectManager::DoEffect(ID, CommandContext(*p), 0);
|
||||
|
||||
mRunning = false;
|
||||
UpdateWindowUI();
|
||||
|
||||
Reference in New Issue
Block a user