elm-web-audio icon indicating copy to clipboard operation
elm-web-audio copied to clipboard

Docs: Timing example does not use `time` var that was passed in

Open Erudition opened this issue 8 months ago • 0 comments

https://github.com/hayleigh-dot-dev/elm-web-audio/blob/e309560373a9075b1f826ed31c2e9bd8688cad4c/src/WebAudio/Property.elm#L197

In the docs, this example describes how to use the time passed in via every, but then the code does not use the local time variable but instead calls (WebAudio.Context.currentTime context + 1) (which does not work for me)

Erudition avatar Oct 09 '23 01:10 Erudition