- From: Marcos Caceres <w3c@marcosc.com>
- Date: Sun, 23 Dec 2012 20:35:29 +0000
- To: "public-audio@w3.org" <public-audio@w3.org>
--
Marcos Caceres
http://datadriven.com.au
On Sunday, 23 December 2012 at 20:34, Marcos Caceres wrote:
> In situations where there are multiple sources attached to a device, it is important to distinguish which MIDI output emitted a particular message. As such, I recommend adding a port attribute to the MIDIEvent interface:
>
> interface MIDIPort : EventTarget {
Whoops, I mean:
interface MIDIEvent : Event {
> readonly attribute MIDIPort port;
> ...
> }
>
>
> --
> Marcos Caceres
> http://datadriven.com.au
Received on Sunday, 23 December 2012 20:35:59 UTC