Audacity 3.2.0
Macros | Variables
BatchCommands.cpp File Reference
#include "BatchCommands.h"
#include <wx/defs.h>
#include <wx/datetime.h>
#include <wx/dir.h>
#include <wx/log.h>
#include <wx/textfile.h>
#include <wx/time.h>
#include "Project.h"
#include "ProjectHistory.h"
#include "ProjectSettings.h"
#include "effects/EffectManager.h"
#include "effects/EffectUI.h"
#include "FileNames.h"
#include "PluginManager.h"
#include "Prefs.h"
#include "SelectFile.h"
#include "SelectUtilities.h"
#include "SettingsVisitor.h"
#include "Track.h"
#include "UndoManager.h"
#include "AllThemeResources.h"
#include "AudacityMessageBox.h"
#include "CommandContext.h"
#include "commands/CommandDispatch.h"
#include "CommandManager.h"
Include dependency graph for BatchCommands.cpp:

Go to the source code of this file.

Macros

#define wxLOG_COMPONENT   "MacroCommands"
 

Variables

static const auto MP3Conversion = XO("MP3 Conversion")
 
static const auto FadeEnds = XO("Fade Ends")
 
static int MacroReentryCount = 0
 

Macro Definition Documentation

◆ wxLOG_COMPONENT

#define wxLOG_COMPONENT   "MacroCommands"

Definition at line 17 of file BatchCommands.cpp.

Variable Documentation

◆ FadeEnds

const auto FadeEnds = XO("Fade Ends")
static

◆ MacroReentryCount

int MacroReentryCount = 0
static

Definition at line 597 of file BatchCommands.cpp.

Referenced by MacroCommands::ApplyMacro().

◆ MP3Conversion

const auto MP3Conversion = XO("MP3 Conversion")
static