mdn / webaudio-examples

Code examples that accompany the MDN Web Docs pages relating to Web Audio.
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
Creative Commons Zero v1.0 Universal
1.28k stars 432 forks source link

fix: Use parseFloat for sliders, typos #122

Closed bsmth closed 7 months ago

bsmth commented 9 months ago

Follow-up from https://github.com/mdn/webaudio-examples/pull/113, I think we should be using parseFloat for the rest of the values here. Some typo fixes in parallel

edit:

I think this might fix https://github.com/mdn/webaudio-examples/issues/118

bsmth commented 7 months ago

Thanks, both!