handleController for CC and NPRN

This commit is contained in:
2026-05-09 22:11:40 +02:00
parent bc2020e612
commit cbdb18e6ba
+1 -4
View File
@@ -1109,10 +1109,7 @@ void JaySynth::handleMidiEvent (const MidiMessage& m)
SynthDebug("NRPN: controllerNumber=%d, controllerValue=%d", midiCC_info.ID, midiCC_info.value_raw); SynthDebug("NRPN: controllerNumber=%d, controllerValue=%d", midiCC_info.ID, midiCC_info.value_raw);
} }
if (!isNrpnProcessing) handleController (midiCC_info);
{
handleController (midiCC_info);
}
} }
if (m.isMidiMachineControlMessage()) if (m.isMidiMachineControlMessage())