midi-msg 0.3.0

A (eventually) complete representation of the MIDI 1.0 Detailed Specification and its many extensions and addenda, to allow for the serialization and deserialization of MIDI byte streams to and from a typed representation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.ascii]
version = "1.0"

[package]
authors = ["Alex Charlton"]
description = "A (eventually) complete representation of the MIDI 1.0 Detailed Specification and its many extensions and addenda, to allow for the serialization and deserialization of MIDI byte streams to and from a typed representation."
documentation = "https://docs.rs/midi-msg"
edition = "2018"
homepage = "https://github.com/AlexCharlton/midi-msg"
keywords = ["midi", "music"]
license = "MIT"
name = "midi-msg"
readme = "readme.md"
repository = "https://github.com/AlexCharlton/midi-msg"
version = "0.3.0"