![]() |
Audacity 3.2.0
|
#include "Lyrics.h"
#include <math.h>
#include <wx/dcclient.h>
#include <wx/defs.h>
#include <wx/dcmemory.h>
#include <wx/frame.h>
#include <wx/mimetype.h>
#include "AudioIO.h"
#include "Project.h"
#include "ProjectWindowBase.h"
#include "LabelTrack.h"
#include "commands/CommandManager.h"
#include "UndoManager.h"
#include "ViewInfo.h"
Go to the source code of this file.
Macros | |
#define | I_FIRST_REAL_SYLLABLE 2 |
#define I_FIRST_REAL_SYLLABLE 2 |
Definition at line 136 of file Lyrics.cpp.