| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ja/docs/Web/API/MIDIPort/name | [Back] [Original] |
Get to know MDN better
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 |