Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Graphing MIDI events in iOS using AudioKit

Tags:

ios

audiokit

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!

like image 561
Martín Zúñiga Avatar asked Oct 28 '22 23:10

Martín Zúñiga


1 Answers

It sounds like what you are asking for is what is referred to as a Piano Roll in a typical DAW (like GarageBand). AudioKit does not currently provide a built-in Piano Roll. However, as AudioKit is open source, it could certainly be contributed sometime in the future.

like image 120
Eric George Avatar answered Nov 15 '22 06:11

Eric George