handleController for CC and NPRN
This commit is contained in:
@@ -1109,10 +1109,7 @@ void JaySynth::handleMidiEvent (const MidiMessage& m)
|
||||
SynthDebug("NRPN: controllerNumber=%d, controllerValue=%d", midiCC_info.ID, midiCC_info.value_raw);
|
||||
}
|
||||
|
||||
if (!isNrpnProcessing)
|
||||
{
|
||||
handleController (midiCC_info);
|
||||
}
|
||||
handleController (midiCC_info);
|
||||
|
||||
}
|
||||
if (m.isMidiMachineControlMessage())
|
||||
|
||||
Reference in New Issue
Block a user