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

Pagination without affecting Audio streaming?

If my web app is not single page app, how can I build an audio streaming with audio player which continue playing while paginating.
Niyaz
  • 2,677
  • 3
  • 21
  • 40
0
votes
1 answer

Use the HTML5 web MIDI API

I'm trying to make a simple synth web-app using the web audio API and I want to use it with my MIDI keyboard through the web MIDI API, so I tried these instructions both on Chrome and Chrome Canary but always I get the "navigator.getMIDIAccess is…
RyanJ
  • 131
  • 5
  • 16
-1
votes
1 answer

What is this information of midiAccessInterface

I'm implementing the Web-MIDI API on Chrome and I list all my inputs devices into a simple table bootstrap. I have a MOTU Midi Express XT interface MIDI on my computer. Why I have this information display ? What means the version and why…
miltone
  • 4,416
  • 11
  • 42
  • 76
-2
votes
2 answers

MIDI Keyboard with Javascript

I'm just trying to figure out the whole process of connecting a MIDI keyboard to the web. I have found things out there, but they're 3 years old or so and I think a fair amount has changed since then. To have a place to start, I want to create a web…
Dan Hogan
  • 468
  • 4
  • 16
1 2 3 4 5
6