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

Method hasEditor

Source/PluginProcessor.cpp:263–266  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

261
262//==============================================================================
263bool NeuralPiAudioProcessor::hasEditor() const
264{
265 return true; // (change this to false if you choose to not supply an editor)
266}
267
268AudioProcessorEditor* NeuralPiAudioProcessor::createEditor()
269{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected