Chris Wilson

Results 161 comments of Chris Wilson

I'm not sure what this is. Are you intending to add a subproject?

It needs to be hosted on a web server - i.e., it has to be served over HTTPS - or the scripts will not run, and it can't do anything...

Monosynth has the polyfill added, analog does not. You're either not using Chrome, or it doesn't have the MIDI flag enabled in chrome://flags.

Try using a Chrome Canary build (be sure to re-enable audio input). I think your build is too old.

You'll have to handle the callbacks and grab the data as it comes in and update carefully. I may eventually get around to implementing this, but you have to either...

Well, the current system is a dynamic length, so I'd probably expect that. And yes, there are plenty of choices in how to show this; it's not completely trivial, was...

What system (hardware, OS, browser and version #) are you using? In general, this works.

Certainly. I don't think I can get to this until January, though.

Yes, I'd like to pull in an encoder to be able to generate (much smaller) MP3 or Ogg-encoded files.

I think the methods should continue to return promises even if we add events to be triggered. This is common modern web API design practice.