kovaxis / midly

A feature-complete MIDI parser and writer focused on speed.
The Unlicense
138 stars 26 forks source link

`invalid midi: invalid status byte` when parsing LiveEvent from midi clock #16

Closed Boscop closed 3 years ago

Boscop commented 3 years ago

When I'm calling LiveEvent::parse with a slice containing only midi clock ([0xF8] aka [248]), it returns invalid midi: invalid status byte. Any idea why? :)

kovaxis commented 3 years ago

Sorry about that, parsing system realtime events wasn't properly implemented for LiveEvent. Fixed in 0.5.2. Also, sorry about the slow response time. Have a good day :D

Boscop commented 3 years ago

Thanks :)