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

Method createEditor

Source/PluginProcessor.cpp:947–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945}
946
947juce::AudioProcessorEditor* FireAudioProcessor::createEditor()
948{
949 return new FireAudioProcessorEditor(*this);
950}
951
952//==============================================================================
953void FireAudioProcessor::getStateInformation(juce::MemoryBlock& destData)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected