[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/API/MIDIPort/name [Back]  [Original]

MIDIPort: name - Web API | MDN

MDN Web Docs

View in English Always switch to English

MIDIPort: name

Want more browser support for this feature? Tell us why.

: (HTTPS)

MIDIPort name

js
for (const entry of midiAccess.inputs) {
  const input = entry[1];
  console.log(input.name);
}

Web MIDI API
# dom-midiport-name


Web Proxy Viewer  |  New URL  |  Original Page