#include "Track.h"
#include <algorithm>
#include <cassert>
#include <numeric>
#include <float.h>
#include <wx/file.h>
#include <wx/textfile.h>
#include <wx/log.h>
#include "BasicUI.h"
#include "Project.h"
#include "InconsistencyException.h"
Go to the source code of this file.
◆ key
Initial value:{
}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
static TrackListHolder Create(AudacityProject *pOwner)
Definition at line 310 of file Track.cpp.
Referenced by TrackList::Get().