#include "BatchCommands.h"
#include "DoEffect.h"
#include "EffectAndCommandPluginManager.h"
#include <wx/datetime.h>
#include <wx/defs.h>
#include <wx/dir.h>
#include <wx/frame.h>
#include <wx/log.h>
#include <wx/textfile.h>
#include <wx/time.h>
#include "Effect.h"
#include "EffectManager.h"
#include "FileNames.h"
#include "PluginManager.h"
#include "Prefs.h"
#include "Project.h"
#include "ProjectHistory.h"
#include "ProjectSettings.h"
#include "ProjectWindows.h"
#include "SelectFile.h"
#include "SelectUtilities.h"
#include "SettingsVisitor.h"
#include "Track.h"
#include "UndoManager.h"
#include "effects/EffectPresetDialog.h"
#include "effects/EffectUI.h"
#include "effects/EffectUIServices.h"
#include "AllThemeResources.h"
#include "AudacityMessageBox.h"
#include "CommandContext.h"
#include "commands/CommandDispatch.h"
#include "CommandManager.h"
Go to the source code of this file.
◆ wxLOG_COMPONENT
#define wxLOG_COMPONENT "MacroCommands" |
◆ FadeEnds
const auto FadeEnds = XO("Fade Ends") |
|
static |
◆ MacroReentryCount
int MacroReentryCount = 0 |
|
static |
◆ MP3Conversion
const auto MP3Conversion = XO("MP3 Conversion") |
|
static |