MIDI-CI messages without sysex permission #240
Labels
category: enhancement
https://www.w3.org/policies/process/#class-3
MIDI2
https://midi.org/midi-2-0
Needs Discussion
The issue needs more discussion before it can be fixed.
Priority: Eventually
https://speced.github.io/spec-maintenance/about/
Milestone
MIDI-CI messages are backwards compatible with MIDI v1. Technically they are just System Exclusive messages. But they follow a strict protocol just like any other regular MIDI message.
I think it's a bit overkill to ask the user for the permission to send sysex messages when only sending MIDI-CI messages. Therefore I would propose to allow MIDI-CI messages even though the user only gave permission for
{ name: 'midi' }
and didn't explicitly opt-in with{ name: 'midi', sysex: true }
.The text was updated successfully, but these errors were encountered: