rimd
rimd copied to clipboard
Library for handling Midi and Standard Midi Files in Rust
See included commits for commentary on particular lints that this is resolving. This continues toward bringing this library up to date with Rust style (https://github.com/RustAudio/rimd/issues/16)
Running `cargo clippy` provides the following output : https://gist.github.com/akesling/4535958548c362d09d52fa5c86c24f23 I propose fixing these issues.
I'm preparing a new release for [rsynth](https://github.com/PieterPenninckx/rsynth) and I would like to use the most recent features from `rimd`. [crates.io](https://crates.io/) only supports dependencies that are also on crates.io. Can you...
Thank you for writing rimd lib! Could you please add an example of creating midi-file that plays a note (for example to readme)? It would be really helpful, because it's...
As per the standard. It only specifies the text encoding of the meta events should be compatible with 7-bit ASCII and leaves the the rest of the character space open...
Server returns 403 for me for this link: https://github.com/RustAudio/rimd/blame/master/README.md#L13 I wish I could suggest some alternative docs, but I'm fairly new to midi programming.