| 246 | } |
| 247 | |
| 248 | void OdinAudioProcessor::setModWheelValue(int p_value) { |
| 249 | *m_modwheel = (float)(p_value) / 128.f; |
| 250 | updateModWheelGUI(*m_modwheel); |
| 251 | } |
| 252 | |
| 253 | void OdinAudioProcessor::checkEndGlobalEnvelope() { |
| 254 | for (int voice = 0; voice < VOICES; ++voice) { |
nothing calls this directly
no outgoing calls
no test coverage detected