I want to create a graphical representation of a MIDI file. I am using AudioKit for my audio processing needs in my app.
I am loading the MIDI with an AKSequencer and using an AKMIDISampler to add a WAV file to the sequence.
Is there a way to do something like the view in GarageBand where you see the notes in a graphical representation using AudioKit?
The WAV part is not important for this. I jus want to be able to do draw the contents of the MIDI file.
Thanks!