Questions tagged [web-midi]

The Web MIDI API allows web applications to use MIDI input and output devices on the client system. Web applications will be able to send and receive MIDI messages. It is intended to enable non-music MIDI applications as well as music ones.

The Web MIDI API allows web applications to use MIDI input and output devices on the client system. Web applications will be able to send and receive MIDI messages. It is intended to enable non-music MIDI applications as well as music ones.

79 questions
0
votes
1 answer

Is the Web MIDI API Port ID unique to each device or the device in general?

Referring to https://webaudio.github.io/web-midi-api/#dom-midiport-id. As an example, let's say we're talking about Synth X. The name and manufacturer parameters of the MIDIPort would be the same across any instance of Synth X that connects. My…
kue
  • 341
  • 1
  • 4
  • 11
0
votes
1 answer

requestMIDIAccess not working on Android locally, getting DOMException

I'm trying to access MIDI devices using the local Test.html page loaded on my smartphone(galaxy a40): Test