#include "TimeTrack.h"
#include <cfloat>
#include <wx/wxcrtvararg.h>
#include "Envelope.h"
#include "Mix.h"
#include "Project.h"
#include "ProjectRate.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
Initial value:{
{
if (pProject) {
if (
auto pTimeTrack = *list.Any<
const TimeTrack>().begin())
return pTimeTrack->GetEnvelope();
}
return nullptr;
} }
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
A kind of Track used to 'warp time'.
static TrackList & Get(AudacityProject &project)
Installer of the time warper.
Definition at line 361 of file TimeTrack.cpp.
◆ readerEntry
Initial value:{
"timetrack",
}
static TimeTrack * New(AudacityProject &project)
Definition at line 29 of file TimeTrack.cpp.