midi2-dev / bl-midi2-rs

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

Convert CV2 <-> CV1 #16

Open BenLeadbetter opened 1 month ago

BenLeadbetter commented 1 month ago

The MIDI 2.0 spec describes how channel voice 1 messages can be converted into channel voice 2. Currently there is no support for this.

Acceptance Criteria