IOS MIDI Graphic Events Using AudioKit

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!

+4
source share
1 answer

, , , , - DAW (, GarageBand). AudioKit . , AudioKit , , , .

+1

Source: https://habr.com/ru/post/1689031/


All Articles