MidiEvent

arsd.simpleaudio provides a MidiEvent enum, but the one we're more interested here is the midi file format event, which is found in arsd.midi.

This alias disambiguates that we're interested in the file format one, not the enum.

alias MidiEvent = arsd.midi.MidiEvent

Meta