MidiMessageSequence example?

So after a decent amount of research I found this post about playing a MIDI file in JUCE. MIDI files are converted to multiple MidiMessageSequences (for each track) in JUCE, and the link plays the sequence in the processor block. It is essentially a tutorial on how to play MidiMessageSequences, and therefore a MidiMessageSequence example. Playing a MIDI file (revisited)

3 Likes