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