Audacity 3.2.0
Classes | Namespaces | Variables
DropoutDetector.cpp File Reference
#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>
Include dependency graph for DropoutDetector.cpp:

Go to the source code of this file.

Classes

struct  anonymous_namespace{DropoutDetector.cpp}::DropoutSubscription
 

Namespaces

namespace  anonymous_namespace{DropoutDetector.cpp}
 

Variables

static AudacityProject::AttachedObjects::RegisteredFactory sKey
 

Variable Documentation

◆ sKey

Initial value:
{
return std::make_shared<DropoutSubscription>(project);
}
}
const auto project
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90

Definition at line 70 of file DropoutDetector.cpp.