Packages

A MIDI player for Elixir. MIDIPlayer takes musical "events" like playing a note, converts them to MIDI commands, schedules them and then lets you play them.

Current section

Files

Jump to
midi_player .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]