| 266 | } |
| 267 | |
| 268 | AudioProcessorEditor* NeuralPiAudioProcessor::createEditor() |
| 269 | { |
| 270 | return new NeuralPiAudioProcessorEditor (*this); |
| 271 | } |
| 272 | |
| 273 | //============================================================================== |
| 274 | void NeuralPiAudioProcessor::getStateInformation(MemoryBlock& destData) |
nothing calls this directly
no outgoing calls
no test coverage detected