|
|
|
|
|
by jm_l
1985 days ago
|
|
I'm not sending all the MIDI data, just a simple 3-integer representation: 1. command
2. note (or byte1)
3. velocity (or byte2) From testing you don't tend to get stuck notes (though in theory this could happen if a note-up command was lost forever and never sent), though you do see some jitter. |
|