| 21 | } |
| 22 | |
| 23 | NeuralNoteAudioProcessor::~NeuralNoteAudioProcessor() |
| 24 | { |
| 25 | Logger::setCurrentLogger(nullptr); |
| 26 | } |
| 27 | |
| 28 | void NeuralNoteAudioProcessor::prepareToPlay(double sampleRate, int samplesPerBlock) |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected