Current section

Files

Jump to
midilib include errors.hrl
Raw

include/errors.hrl

-define(ERR_NON_MIDI, {error, "non-MIDI message"}).
-define(ERR_MIDI_UNSUP, {error, "unsupported MIDI data"}).
-define(ERR_NOT_IMPL, {error, "not implemented"}).