#include "ClientData.h"
#include "Observer.h"
#include "Project.h"
#include "ProjectTimeSignature.h"
#include "TempoChange.h"
#include "Track.h"
#include <cassert>
#include "ViewInfo.h"
Go to the source code of this file.
◆ key
Initial value:{
return std::make_shared<ProjectTempoListener>(
}
}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
static TrackList & Get(AudacityProject &project)
Definition at line 27 of file ProjectTempoListener.cpp.