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

Method getParameterValue

NeuralNote/PluginSources/PluginProcessor.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136float NeuralNoteAudioProcessor::getParameterValue(ParameterHelpers::ParamIdEnum inParamId) const
137{
138 return ParameterHelpers::getUnmappedParamValue(mParams[inParamId]);
139}
140
141NeuralNoteMainView* NeuralNoteAudioProcessor::getNeuralNoteMainView() const
142{

Callers 8

_runModelMethod · 0.80
_updateTranscriptionMethod · 0.80
_updatePostProcessingMethod · 0.80
processBlockMethod · 0.80
paintMethod · 0.80
mouseDownMethod · 0.80
NoteOptionsViewMethod · 0.80

Calls 1

getUnmappedParamValueFunction · 0.85

Tested by

no test coverage detected