开发者

How to do a live midi streaming?

开发者 https://www.devze.com 2023-04-09 09:30 出处:网络
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 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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消