Parsing and encoding of MIDI messages. Bring your own transport.
Find a file
Renovate Bot 36165ce214
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update dependency elixir to v1.17.3
2024-09-19 01:07:10 +12:00
config chore: Migrate to local. 2024-06-24 15:32:37 +12:00
lib chore: Migrate to local. 2024-06-24 15:32:37 +12:00
test chore: Migrate to local. 2024-06-24 15:32:37 +12:00
.doctor.exs chore: Migrate to local. 2024-06-24 15:32:37 +12:00
.drone.yml chore: Migrate to local. 2024-06-24 15:32:37 +12:00
.formatter.exs Empty mix app. 2020-05-05 15:41:36 +12:00
.gitignore Configure CI, etc. 2020-05-05 15:45:50 +12:00
.tool-versions chore(deps): update dependency elixir to v1.17.3 2024-09-19 01:07:10 +12:00
CHANGELOG.md chore: release version v0.2.0 2024-06-24 03:39:12 +00:00
LICENSE.md chore!: Relicense to HL3-FULL. 2023-01-17 11:08:20 +13:00
mix.exs chore: release version v0.2.0 2024-06-24 03:39:12 +00:00
mix.lock chore(deps): update dependency earmark to v1.4.47 2024-07-13 06:31:41 +12:00
README.md chore: release version v0.2.0 2024-06-24 03:39:12 +00:00
renovate.json chore: Configure Renovate (#14) 2024-06-24 16:34:54 +12:00

MidiProto

Build 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.2.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.

Github Mirror

This repository is mirrored on Github from it's primary location on my Forgejo instance. Feel free to raise issues and open PRs on Github.

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.