I want to create a graphical representation of a MIDI file. I use AudioKit for my audio processing needs in my application.
I load MIDI using AKSequencer and using AKMIDISampler to add a WAV file to the sequence.
Is there a way to make something like a view in GarageBand where you see notes in a graphical representation using AudioKit?
Part of the WAV is not important for this. I want to be able to draw the contents of a MIDI file.
Thank!
source
share