Steffan Andrews
Steffan Andrews
New alpha for testing: https://github.com/TheAcharya/MarkersExtractor/releases/tag/0.3.6-alpha5
Seems doable. Resolve is free so that should help the ability to debug and test.
It's just because the tooling is older and expects `xros`. You can just ignore it until newer CI tooling is available.
Also the slider background does not update when changing between Dark and Light mode.
> When Thread Sanitizer is enabled in Xcode
This is just something I need to debug when I have time. Was just logging the issue for reference.
Thanks for the bug report. I've looked into this and the file is being successfully parsed, but there are two trailing bytes at the end of the file: 0x0D 0x0A....
Yeah it's a Windows CRLF byte pair. Really odd. But if someone attempted editing the file in a text editor then maybe that explains it. Some of the MIDI files...
This is a known issue. No timeline yet for optimizing the MIDI file module but it's on the to-do list before version 1.0.0.
MIDI 2.0 Per-Note Events have been implemented in MIDIKit. The Spec defines ways to use them. Abstractions could be added to aid in this but they would need to be...