Philip Meyer

Results 5 comments of Philip Meyer

I'm also experiencing this issue. I've also noticed that currentTime() always returns 0. Here is my example: https://editor.p5js.org/intermodal/sketches/0vNe_x4vZ This may be a known issue, given line 742 in https://github.com/processing/p5.js-sound/blob/master/src/soundfile.js.

A few additional notes: * This seems to be browser-specific. I am in Chrome 87.0.4280.88, and play() is restarting from the beginning after a pause(). However, a user in the...

Confirmed that the issue is not isolated to the web editor. When I run this in Chrome, it's posting an error to the console that points to the `push` function...

Understood, thank you! On Fri, Jun 12, 2020 at 3:34 PM Botondar wrote: > Undefined behaviour means that it might work on a certain platform, it > might not, vendors...