MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / ~ArcSpectrogram

Method ~ArcSpectrogram

Source/Components/ArcSpectrogram.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65ArcSpectrogram::~ArcSpectrogram() {
66 mParameters.note.onGrainCreated = nullptr;
67 stopThread(BUFFER_PROCESS_TIMEOUT);
68}
69
70void ArcSpectrogram::paint(juce::Graphics& g) {
71 // Set gradient

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected