Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 779 Bytes

File metadata and controls

19 lines (12 loc) · 779 Bytes

PDKMasterPlayer

A MasterPlayer playback implementation in Swift for use with PlaydateKit.

  1. Compose music in your DAW of choice, and export as MIDI.
  2. Mix for Playdate with MIDI Master.
  3. Add .mid and .mid.json files to your PlaydateKit project, and play back on device!
mpmp.mp4

Use

See SampleInstruments for details, including sampled instruments.

let mp = MasterPlayer(songPath: "songs/aSong.mid")

mp.play()