Reply To: PC freeze .Issue with too many incoming messages when usin midi in callback.

Home Forums General Programming PC freeze .Issue with too many incoming messages when usin midi in callback. Reply To: PC freeze .Issue with too many incoming messages when usin midi in callback.

#83492
daimondamps
Participant
    • Topics: 8
    • Replies: 80
    • Total: 88

    Thank you but I dont think “Matched input messages cached” has something to do with Midi recived callback.

    I have created the timer dependent of the variable MIDI_REQUESTED and MIDI_RECIVED.
    Now when the panel recive message and process it it cand send another sysex request + some programmed delay.

    This fixed some issues with cheep and buffer’less interfaces.

    It’s slowed down speed of communication but it is more stable now.
    Just make sure you process your messages before you send another sysex dump request.
    They can overload your buffer’s if they are too fast and too many.

    Cheers.

    Ctrlr