p5.js-sound icon indicating copy to clipboard operation
p5.js-sound copied to clipboard

p5.SoundFile addCue - incorrect documentation, time is not passed to the callback

Open sialivi opened this issue 3 years ago • 0 comments

The documentation states:

"Time will be passed as the first parameter to the callback function, and param will be the second parameter."

As far as I can tell (I'm new to p5 and javascript) only param is passed to the callback.

sialivi avatar Sep 08 '22 23:09 sialivi