Implements MIDI framing for Serial ports connected via Circuits.UART.
Find a file
Renovate Bot 57e9485a03
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update dependency earmark to v1.4.47
2024-07-13 06:28:25 +12:00
config chore: migrate to local. 2024-06-24 12:51:31 +12:00
lib/circuits/uart/framing chore: migrate to local. 2024-06-24 12:51:31 +12:00
test chore: migrate to local. 2024-06-24 12:51:31 +12:00
.drone.yml chore: migrate to local. 2024-06-24 12:51:31 +12:00
.formatter.exs First post 2020-05-04 18:14:37 +12:00
.gitignore Initial revision. 2020-05-04 21:26:45 +12:00
.tool-versions chore(deps): update dependency erlang to v27.0.1 2024-07-11 01:30:27 +12:00
CHANGELOG.md chore: migrate to local. 2024-06-24 12:51:31 +12:00
LICENSE.md chore!: Relicense to HL3-FULL. 2023-01-17 11:06:40 +13:00
mix.exs chore: migrate to local. 2024-06-24 12:51:31 +12:00
mix.lock chore(deps): update dependency earmark to v1.4.47 2024-07-13 06:28:25 +12:00
README.md chore: Update README with Github mirror. 2024-06-24 15:12:26 +12:00
renovate.json chore: Configure Renovate (#13) 2024-06-24 15:32:07 +12:00

Circuits.UART.Framing.MIDI

Build Status Hex.pm Hippocratic License HL3-FULL

Implements a simple framing that splits incoming serial data into individual messages.

Installation

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

def deps do
  [
    {:circuits_uart_midi_framing, "~> 1.0.0"}
  ]
end

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

Github Mirror

This repository is mirrored on Github from it's primary location on my Forejo 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.