MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / SpectrumBackground

Method SpectrumBackground

Source/Panels/SpectrogramPanel/SpectrumBackground.cpp:27–31  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

25
26//==============================================================================
27SpectrumBackground::SpectrumBackground() : numberOfBins(1024), mBinWidth(44100 / (float) 2048)
28{
29 // Initialize with a placeholder image.
30 cachedBackground = juce::Image(juce::Image::PixelFormat::ARGB, 1, 1, true);
31}
32
33SpectrumBackground::~SpectrumBackground()
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected