DAWFileKit
DAWFileKit copied to clipboard
MIDI File Support
- [ ] Extract markers from MIDI File, calculating timecodes based on tempo track
- [ ] Could reuse/adapt the Cubase XML import code calculations based on a multi-event tempo track
- [x] Export markers to MIDI File
- [ ] Test fractional tempos that are not common multiples of 60, such as 152.5
- [ ] Add "Lossy convert extended characters" function that can convert special unicode chars in Text events to MIDI file ASCII-compatible equivalents. (There's native string API in Foundation/AppKit that can help with this.)