2

I'm looking for help in my research

I'm trying to generate live midi so that people can listen to it via a web browser

I'm not sure but I'm guessing there must be a way to set up a midi server to accept connections from my desktop with midi sequencer , sending that midi data to an online midi server where people can connect to and listen to the midi that is generating live right in their web browser

any help appreciated

zurebe-pieter
  • 3,246
  • 21
  • 38
drfrog
  • 347
  • 2
  • 9

1 Answers1

0

You are going to be better off writing a plugin to handle this. That being said, it is possible to dynamically play MIDI with JavaScript. See this question: generating MIDI in javascript

You could read in the data just like any feed from your web server, and play it back in chunks.

Community
  • 1
  • 1
Brad
  • 159,648
  • 54
  • 349
  • 530