| 105 | } |
| 106 | |
| 107 | void NeuralNoteAudioProcessor::clear() |
| 108 | { |
| 109 | mPlayer->reset(); |
| 110 | mSourceAudioManager->clear(); |
| 111 | mTranscriptionManager->clear(); |
| 112 | |
| 113 | mState.store(EmptyAudioAndMidiRegions); |
| 114 | } |
| 115 | |
| 116 | SourceAudioManager* NeuralNoteAudioProcessor::getSourceAudioManager() const |
| 117 | { |