webaudioapi.com icon indicating copy to clipboard operation
webaudioapi.com copied to clipboard

oninput instead of onchange for input tags

Open please-wait opened this issue 10 years ago • 0 comments

The crossfade sample only responds when mouse click is up. This is because you have used 'onchange' in the input tag to trigger the crossfading. Instead, 'oninput' responds real time. As far as I know, the only reason people use onchange is because of IE which doesn't support Web Audio anyway.

I couldn't find the file here to send a PR.

please-wait avatar Oct 12 '15 03:10 please-wait