#include "TimeTrack.h"
#include "ActiveProject.h"
#include <cfloat>
#include <wx/wxcrtvararg.h>
#include <wx/dc.h>
#include "widgets/Ruler.h"
#include "Envelope.h"
#include "Mix.h"
#include "Project.h"
#include "ProjectRate.h"
#include "ViewInfo.h"
Go to the source code of this file.
◆ TIMETRACK_MAX
#define TIMETRACK_MAX 10.0 |
◆ TIMETRACK_MIN
#define TIMETRACK_MIN 0.01 |
◆ typeInfo()
◆ installer
Mixer::WarpOptions::DefaultWarp::Scope installer |
|
static |
Initial value:{
{
if (
auto pTimeTrack = *list.Any<
const TimeTrack>().begin())
return pTimeTrack->GetEnvelope();
else
return nullptr;
} }
A kind of Track used to 'warp time'.
A flat linked list of tracks supporting Add, Remove, Clear, and Contains, serialization of the list o...
Installer of the time warper.
Definition at line 365 of file TimeTrack.cpp.
◆ readerEntry
Initial value:{
"timetrack",
}
static TimeTrack * New(AudacityProject &project)
Definition at line 35 of file TimeTrack.cpp.