Tag rust

2 bookmarks have this tag.

2024-12-09

54.

Parsing MIDI messages in Rust | nicole@web

www.ntietz.com/blog/parsing-midi-rust

MIDI stands for Musical Instrument Digital Interface, and it really doesn't bury the lede.
It's a standard for digital musical instruments communicate!
The standard includes both the electronics and hardware, and it includes the communication protocol.
This post is only concerned with the communication protocol.

2024-07-19

22.

Playing guitar tablatures in Rust

agourlay.github.io/ruxguitar-tablature-player

tablature player in Rust.