dx7-synth-js icon indicating copy to clipboard operation
dx7-synth-js copied to clipboard

Implement All Sound Off CC message

Open infojunkie opened this issue 3 years ago • 1 comments

I don't know if the original DX7 supported the All Sound Off CC message (type 120) but it would be useful to support it, especially that most Web MIDI implementations don't support the MidiOutput.clear() method which is supposed to clear the message queue on the sender side.

Supporting this message and/or All Notes Off (CC type 123) would help MIDI players achieve pause / stop functionality. Thanks!

infojunkie avatar Mar 31 '22 06:03 infojunkie

This is a great suggestion. I'll give it a try next time I work on this project.

mmontag avatar Apr 01 '22 01:04 mmontag