MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / getTranscriptionManager

Method getTranscriptionManager

NeuralNote/PluginSources/PluginProcessor.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

stopRecordingMethod · 0.80
onFileDropMethod · 0.80
paintMethod · 0.80
mouseDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected