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

Method getPlayer

NeuralNote/PluginSources/PluginProcessor.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121Player* NeuralNoteAudioProcessor::getPlayer() const
122{
123 return mPlayer.get();
124}
125
126TranscriptionManager* NeuralNoteAudioProcessor::getTranscriptionManager() const
127{

Callers 10

_runModelMethod · 0.80
_updatePostProcessingMethod · 0.80
mouseWheelMoveMethod · 0.80
_onVBlankCallbackMethod · 0.80
_centerViewOnPlayheadMethod · 0.80
setPlayheadTimeMethod · 0.80
_onVBlankCallbackMethod · 0.80
NeuralNoteMainViewMethod · 0.80
timerCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected