midi2-dev / bl-midi2-rs

Ergonomic, versatile, strong types wrapping MIDI 2.0 message data.
https://crates.io/crates/midi2
Apache License 2.0
22 stars 4 forks source link

CI Messages #15

Open BenLeadbetter opened 4 months ago

BenLeadbetter commented 4 months ago

We don't yet have any wrappers for MIDI 2.0 CI messages.

I propose that these wrappers should be implemented using the same midi2_proc::generate_message macro, and should also be generic over B: buffer::Bytes. They should be backed by a Sysex7<B>.