Registry / serialization / midi-msg

midi-msg

JSON →
library0.9.0rscratesunverified

A complete representation of the MIDI 1.0 Detailed Specification and its extensions, enabling serialization and deserialization of MIDI byte streams.

# Cargo.toml [dependencies] midi-msg = "0.9.0"
INSTALL
IMPORT
SIG · MIDI-MSG
M
midi-msg
serializationrustv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MidiMsg
use midi_msg::MidiMsg;

Creates a MIDI Note On message and serializes it to bytes.

use midi_msg::MidiMsg; fn main() { let msg = MidiMsg::NoteOn { channel: 0, note: 60, velocity: 127 }; let bytes = msg.to_midi(); println!("{:?}", bytes); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
midi-msg — cargo add midi-msg · libregistry