Open BenLeadbetter opened 6 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>.
midi2_proc::generate_message
B: buffer::Bytes
Sysex7<B>
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 overB: buffer::Bytes
. They should be backed by aSysex7<B>
.