Audacity 3.2.0
Classes | Variables
WaveformCache.cpp File Reference
#include "WaveformCache.h"
#include <cmath>
#include "Sequence.h"
#include "GetWaveDisplay.h"
#include "WaveClipUIUtilities.h"
#include "WaveTrack.h"
Include dependency graph for WaveformCache.cpp:

Go to the source code of this file.

Classes

class  WaveCache
 

Variables

static WaveClip::Attachments::RegisteredFactory sKeyW
 

Variable Documentation

◆ sKeyW

WaveClip::Attachments::RegisteredFactory sKeyW
static
Initial value:
{ [](WaveClip &clip) {
return std::make_unique<WaveClipWaveformCache>(clip.NChannels());
} }
This allows multiple clips to be a part of one WaveTrack.
Definition: WaveClip.h:238

Definition at line 288 of file WaveformCache.cpp.

Referenced by WaveClipWaveformCache::Get().