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

Method hasEditor

Source/DSP/GranularSynth.cpp:309–311  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

307
308//==============================================================================
309bool GranularSynth::hasEditor() const {
310 return true; // (change this to false if you choose to not supply an editor)
311}
312
313juce::AudioProcessorEditor* GranularSynth::createEditor() {
314 juce::AudioProcessorEditor* editor = new GRainbowAudioProcessorEditor(*this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected