midi2 icon indicating copy to clipboard operation
midi2 copied to clipboard

Convert CV2 <-> CV1

Open BenLeadbetter opened this issue 2 years ago • 0 comments

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

  • Conversions should use standard rust conversion traits where possible
  • Any narrowing or widening should strictly comply with what is specified in the MIDI 2.0 specs.

BenLeadbetter avatar May 09 '24 12:05 BenLeadbetter