MIDIAccess: inputs-Eigenschaft

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Sicherer Kontext: Diese Funktion ist nur in sicheren Kontexten (HTTPS) in einigen oder allen unterstützenden Browsern verfügbar.

Die inputs schreibgeschützte Eigenschaft des MIDIAccess-Interfaces ermöglicht den Zugriff auf alle verfügbaren MIDI-Eingangsports.

Wert

Eine Instanz von MIDIInputMap.

Beispiele

Die Methode Navigator.requestMIDIAccess() gibt ein Promise zurück, das mit einem MIDIAccess-Objekt aufgelöst wird. Das Drucken des Wertes von inputs in die Konsole gibt eine MIDIInputMap zurück.

js
navigator.requestMIDIAccess().then((access) => {
  console.log(access.inputs);
});

Spezifikationen

Specification
Web MIDI API
# dom-midiaccess-inputs

Browser-Kompatibilität

BCD tables only load in the browser