Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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. #9

Open
wioiwo37 opened this issue Apr 30, 2021 · 0 comments

Comments

@wioiwo37
Copy link

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.

Originally posted by @please-wait in borismus/webaudioapi.com#7

@wioiwo37 wioiwo37 mentioned this issue May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant