Hi guys,
Why are some of the Web MIDI APIs nonstandard in Chrome?
Here's a snippet of the specification ...
interface MIDIAccess : EventTarget {
readonly attribute MIDIInputMap inputs;
readonly attribute MIDIOutputMap outputs;
};
In Chrome, inputs and ouputs are functions() and they return arrays. Has this been done intentionally or are the specifications changing too quickly for the guys implementing these APIs?