Closed ManuLintz closed 8 months ago
Thanks a lot for reporting it! There's a PR open which should fix this
Since I identified what causes the issue in the code I'd be happy to work on a fix + updating the doc.
Sorry I missed this, would you like to update the doc after this is merged?
Yes sure, I'd love to
Great, feel free to ping me on the PR when you get around to it.
What information was incorrect, unhelpful, or incomplete?
This input doesn't behave as it should:
What did you expect to see?
When setting the slider like this, we don't hear anything anymore (here):
The problem comes from that the value is cast into an int in the event listener callback (also happens in https://github.com/mdn/webaudio-examples/issues/117).
It was written to have a 0.1 step:
Since I identified what causes the issue in the code I'd be happy to work on a fix + updating the doc.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response