#include "ClientData.h"
#include "LabelTrack.h"
#include "Observer.h"
#include "Project.h"
#include "ProjectAudioManager.h"
#include "ProjectHistory.h"
#include "ProjectWindows.h"
#include "widgets/Warning.h"
#include <wx/app.h>
#include <wx/frame.h>
Go to the source code of this file.
◆ sKey
Initial value:{
return std::make_shared<DropoutSubscription>(
project);
}
}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition at line 70 of file DropoutDetector.cpp.