Parsing and encoding of MIDI messages. Bring your own transport.
Find a file
2020-05-05 15:41:36 +12:00
lib Empty mix app. 2020-05-05 15:41:36 +12:00
test Empty mix app. 2020-05-05 15:41:36 +12:00
.formatter.exs Empty mix app. 2020-05-05 15:41:36 +12:00
.gitignore Empty mix app. 2020-05-05 15:41:36 +12:00
mix.exs Empty mix app. 2020-05-05 15:41:36 +12:00
README.md Empty mix app. 2020-05-05 15:41:36 +12:00

MidiProto

TODO: Add description

Installation

If available in Hex, the package can be installed by adding midi_proto to your list of dependencies in mix.exs:

def deps do
  [
    {:midi_proto, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/midi_proto.