Update:
I have a friend across town that is great with code - although he is not a Hype user, I emailed him outlining the problem and he made a suggestion of how to configure things to get seek() to work (that was who the screen shots were for when I mistakenly attached the png’s - again, so sorry about accidentally uploading those instead of the intended Hype files).
Great news is, with his changes, I now have the timeDisplay working!
So, seek() is now working to an extent.
Unfortunately, the Scrubber is not only not moving when the audio is plays, but when the Scrubber button is moved, a console error is displayed that says:
Error in undefined: ReferenceError: Invalid left-hand side in assignment
Any thoughts at all what this might mean or how to get the Scrubber working?
It’s so puzzling considering the web audio API version and this howler.js version are basically identical. Seems the problem has to be in the changeAudioTimeBasedOnScrubber
or the setupAudioToScrubberSync
functions, but they are so alike. Seems like they should work the same way.
Here is the updated Hype file - do you have any thoughts at all? Thank you so much for any input you might have.