| 47 | } |
| 48 | |
| 49 | AudioProcessorEditor* NeuralNoteAudioProcessor::createEditor() |
| 50 | { |
| 51 | return new NeuralNoteEditor(*this); |
| 52 | } |
| 53 | |
| 54 | void NeuralNoteAudioProcessor::getStateInformation(MemoryBlock& destData) |
| 55 | { |
nothing calls this directly
no outgoing calls
no test coverage detected