MIDI Player (from .mid -> iPhone)

Hi there!

I’m getting started with MIDI playback with JUCE, but I’m not sure how to correctly do it.

Generally, I want to open a midi file, and “play” it the way my app sends midi commands to the connected device (e.g. iPhone). In principle, app should “route” Midi notes from file to the device.

There is a tutorial about building Audio player JUCE: Tutorial: Build an audio player, but it is possible do something like that with .midi files, not just audio files? There is another example “MidiDemo” in Projucer, but it sends midi keyboard commands from UI, not the file.

I’ll appreciate your tips on how to implement Midi player :pray: