The OpenD Programming Language

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.

import arsd.midiplayer;
alias MidiEvent = arsd.midi.MidiEvent

Meta