- From: <bugzilla@jessica.w3.org>
- Date: Mon, 24 Dec 2012 08:12:47 +0000
- To: public-audio@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20502
Bug ID: 20502
Summary: MIDIEvent should have a port attribute
Classification: Unclassified
Product: AudioWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: MIDI API
Assignee: dave.null@w3.org
Reporter: w3c@marcosc.com
QA Contact: public-audio@w3.org
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 MIDIEvent : Event {
readonly attribute MIDIPort port;
...
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 24 December 2012 08:12:48 UTC