midi_proto/README.md

1.8 KiB

MidiProto

pipeline status Hex.pm Hippocratic License HL3-FULL

This package allows for easy encoding and decoding of the MIDI protocol.

It deals simply with encoding and decoding the byte protocol, and cares nothing about transport - allowing you to easily put it into any use case.

Additionally, it supports a common subset of the Firmata protocol that I needed.

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.

License

This software is licensed under the terms of the HL3-FULL, see the LICENSE.md file included with this package for the terms.

This license actively proscribes this software being used by and for some industries, countries and activities. If your usage of this software doesn't comply with the terms of this license, then contact me with the details of your use-case to organise the purchase of a license - the cost of which may include a donation to a suitable charity or NGO.