MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / hasEditor

Method hasEditor

Source/PluginProcessorMisc.cpp:70–72  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

68
69//==============================================================================
70bool OdinAudioProcessor::hasEditor() const {
71 return true;
72}
73
74AudioProcessorEditor *OdinAudioProcessor::createEditor() {
75

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected