Audacity 3.2.0
Variables
NoteTrackDisplayData.cpp File Reference
#include "NoteTrackDisplayData.h"
#include "NoteTrack.h"
#include "WrapAllegro.h"
Include dependency graph for NoteTrackDisplayData.cpp:

Go to the source code of this file.

Variables

static NoteTrackAttachments::RegisteredFactory key
 

Variable Documentation

◆ key

Initial value:
{
[](NoteTrack&){ return std::make_unique<NoteTrackRange>(); }
}
A Track that is used for Midi notes. (Somewhat old code).
Definition: NoteTrack.h:78

Definition at line 16 of file NoteTrackDisplayData.cpp.

Referenced by NoteTrackRange::Get().