A suite of tools used to read, modify, and manage MIDI-related systems
midix
- MIDI live/file parsingbevy_midix
- MIDI event resource and handlers
no_std
- Streamer (midir ext)
- Interfaces between
MidiSource
andMidi
(some representable MIDI type, like a file, events, etc.) - MIDI writers
- Streamer (async timed stream event via midir)
- MidiFile
This crate is inspired by midly
and quick-xml
.
If you are in need of a MIDI writer, I highly
recommend using midly
, as this midix
does not yet
support file writing.
Thanks to these mainters and contributors for inspiration!
Forked originally from bevy_midi
. Huge thank you for the examples and docs!