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

Method hasEditor

Source/PluginProcessor.cpp:942–945  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

940
941//==============================================================================
942bool FireAudioProcessor::hasEditor() const
943{
944 return true; // (change this to false if you choose to not supply an editor)
945}
946
947juce::AudioProcessorEditor* FireAudioProcessor::createEditor()
948{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected