|
|
|
@ -650,7 +650,8 @@ void handleNoteOn(byte inChannel, byte inNumber, byte inVelocity) |
|
|
|
|
{ |
|
|
|
|
if (checkMidiChannel(inChannel, instance_id)) |
|
|
|
|
{ |
|
|
|
|
MicroDexed[instance_id]->keydown(inNumber, inVelocity); |
|
|
|
|
if (inNumber >= configuration.dexed[instance_id].note_start && inNumber <= configuration.dexed[instance_id].note_end) |
|
|
|
|
MicroDexed[instance_id]->keydown(inNumber, inVelocity); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|