MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / setModWheelValue

Method setModWheelValue

Source/PluginProcessorMisc.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void OdinAudioProcessor::setModWheelValue(int p_value) {
249 *m_modwheel = (float)(p_value) / 128.f;
250 updateModWheelGUI(*m_modwheel);
251}
252
253void OdinAudioProcessor::checkEndGlobalEnvelope() {
254 for (int voice = 0; voice < VOICES; ++voice) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected