MCPcopy Create free account
hub / github.com/GuitarML/NeuralPi / createEditor

Method createEditor

Source/PluginProcessor.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268AudioProcessorEditor* NeuralPiAudioProcessor::createEditor()
269{
270 return new NeuralPiAudioProcessorEditor (*this);
271}
272
273//==============================================================================
274void NeuralPiAudioProcessor::getStateInformation(MemoryBlock& destData)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected