A new example showing how to use the raw midi data mode has been added in EXAMPLES/IO/MIDI_RAW.SRC
ImagEd
SpritEd
TextEd
API
New optional argument to the midiUpdt([bool]) function has been added. Default is false, so it stays backward compatible. When true, raw data is pushed to the queue instead of decoded midi events. Data is available at 0xffd0
Massive performance improvement on ymNoteOn(). The heavy registers setup work has been moved to ymVoice() function, which is called much less often.