| 124 | } |
| 125 | |
| 126 | TranscriptionManager* NeuralNoteAudioProcessor::getTranscriptionManager() const |
| 127 | { |
| 128 | return mTranscriptionManager.get(); |
| 129 | } |
| 130 | |
| 131 | std::array<RangedAudioParameter*, ParameterHelpers::TotalNumParams>& NeuralNoteAudioProcessor::getParams() |
| 132 | { |
no outgoing calls
no test coverage detected