A MasterPlayer playback implementation in Swift for use with PlaydateKit.
- Compose music in your DAW of choice, and export as MIDI.
- Mix for Playdate with MIDI Master.
- Add
.mid
and.mid.json
files to your PlaydateKit project, and play back on device!
mpmp.mp4
See SampleInstruments for details, including sampled instruments.
let mp = MasterPlayer(songPath: "songs/aSong.mid")
mp.play()