#include "TranscriptionToolBar.h"
#include "ToolManager.h"
#include <wx/wxprec.h>
#include <wx/choice.h>
#include <wx/defs.h>
#include <wx/brush.h>
#include "Envelope.h"
#include "AllThemeResources.h"
#include "AudioIO.h"
#include "ImageManipulation.h"
#include "../KeyboardCapture.h"
#include "NoteTrack.h"
#include "Project.h"
#include "ProjectAudioIO.h"
#include "../ProjectAudioManager.h"
#include "ViewInfo.h"
#include "WaveTrack.h"
#include "../widgets/AButton.h"
#include "../widgets/ASlider.h"
#include "../tracks/ui/Scrubbing.h"
#include "Prefs.h"
#include "../CommonCommandFlags.h"
Go to the source code of this file.
◆ TIMETRACK_MAX
#define TIMETRACK_MAX 10.0 |
◆ TIMETRACK_MIN
#define TIMETRACK_MIN 0.01 |
◆ EVT_COMMAND_RANGE()
◆ IMPLEMENT_CLASS()
◆ factory
Initial value:{
}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition at line 1070 of file TranscriptionToolBar.cpp.