MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / onImageComplete

Method onImageComplete

Source/Components/ArcSpectrogram.cpp:318–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void ArcSpectrogram::onImageComplete(ParamUI::SpecType specType) {
319 mImagesComplete[specType] = true;
320 for (int i = 0; i < (int)ParamUI::SpecType::COUNT; i++) {
321 if (!mImagesComplete[i]) {
322 return;
323 }
324 }
325 mParameters.ui.specComplete = true;
326}
327
328void ArcSpectrogram::reset() {
329 // Reset all images

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected