MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / createEditor

Method createEditor

source/PluginProcessor.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335juce::AudioProcessorEditor* PluginProcessor::createEditor() {
336 return new PluginEditor(*this);
337 // return new juce::GenericAudioProcessorEditor(*this);
338}
339
340void PluginProcessor::getStateInformation(juce::MemoryBlock& dest_data) {
341 auto temp_tree = juce::ValueTree("ZLCompressorParaState");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected