Ryoya KAWAI

Results 7 comments of Ryoya KAWAI

Sorry for late reply. Well, have you seen these? [[w/ x-webmidi]](https://ryoyakawai.github.io/x-webmidi/src/hx_webmidi_02.html) [[w/o x-webmidi]](https://ryoyakawai.github.io/x-webmidi/src/hx_webmidi_01.html) I can not have confident that I am answering your question correctly, but I think this would...

> I'm afraid the links don't help much. The coding level is too high! :-) Sorry that I did not explain in detail. `wm-webmidilink` has attribute like below. ``` html...

I am looking forward to see your GUI-less synth. But.... my understanding is right, are you saying that Web Audio virtual synth without GUI is much easier to write for...

OK, now I may understand what you are trying to do. You are trying to define only interface between host app and the web audio synth. It sounds something new....

Hi! Several questions: (1) Does GMPlayer display in your site? (2) In this app, "{"sysex":true}" is configured at requestMIDIAccess(), so the app MUST be accessed over SSL(https) except the app...

Running service worker requires genuine SSL certificate, and service worker(offline feature) is not required to run soundfont. So If you do not mind to remove service worker, please delete a...

Well, https are required to use sysex. Did you update to `{sysex:false}` at `requestMIDIAccess()`? Anyway, [sf2synth.js](https://github.com/gree/sf2synth.js) is NOT mine, I am using it through WebMidiLink. So, my recommendation would be...