- From: <bugzilla@jessica.w3.org>
- Date: Wed, 05 Sep 2012 19:24:21 +0000
- To: public-audio@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18764
Florian Bomers <w3c_bugz@bome.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |w3c_bugz@bome.com
--- Comment #7 from Florian Bomers <w3c_bugz@bome.com> 2012-09-05 19:24:21 UTC ---
I think that the "variadic" form would be very nice:
> void sendMessage(short status, short... data)
It allows you to send Sys Ex, too. For example, it can be used for a fixed
initialization Sys Ex message to a device.
And it also allows you to send multiple short messages directly one after
another (possibly even using running status), for example for (N)RPN's, or bank
changes, (MSB, LSB, Program Change), or drum triggers with a note on followed
directly by note off.
It might be a great convenience for programmers. And it is sort of "natural"
for the serial nature of MIDI.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 5 September 2012 19:24:22 UTC