DAWFileKit icon indicating copy to clipboard operation
DAWFileKit copied to clipboard

MIDI File Support

Open orchetect opened this issue 3 years ago • 0 comments

  • [ ] 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.)

orchetect avatar Oct 30 '22 01:10 orchetect