Audacity 3.2.0
Variables
WaveformScale.cpp File Reference
#include "WaveformScale.h"
#include "WaveTrack.h"
#include <wx/gdicmn.h>
Include dependency graph for WaveformScale.cpp:

Go to the source code of this file.

Variables

static const ChannelGroup::Attachments::RegisteredFactory key2 { [](auto &) { return std::make_unique<WaveformScale>(); } }
 

Variable Documentation

◆ key2

const ChannelGroup::Attachments::RegisteredFactory key2 { [](auto &) { return std::make_unique<WaveformScale>(); } }
static

Definition at line 16 of file WaveformScale.cpp.

Referenced by WaveformScale::Get().