Andreas Tagger
Andreas Tagger
how do you get this fix for the ringbuffer.length()? also having this appear in my projects.
I rolled back to 0.3.0 p5 sound until they fix it.
Same here, basically stuck using old versions of p5 sound.
There is another thread here with some info (potentially?): https://github.com/processing/p5.js-sound/issues/494
same issues for me. 4671c3e94-9218-40df-8fc9-63a2f3636dbb:75 Uncaught TypeError: Cannot read property 'length' of undefined at RingBuffer.push (671c3e94-9218-40df-8fc9-63a2f3636dbb:75) at AudioWorkletProcessor.process (671c3e94-9218-40df-8fc9-63a2f3636dbb:170)
Is there any fix for this? Have this same problem + tons of the ringbuffer.push() undefined errors which are ruining my project. 4671c3e94-9218-40df-8fc9-63a2f3636dbb:75 Uncaught TypeError: Cannot read property 'length' of...
Really frustrating. I'm working on a virtual project for an artist since galleries are shuttered and the sound design is one of the components for her project. At first I...
That's actually a brilliant idea I didn't fully consider. THANK YOU for this suggestion.
Does anyone know if it matters which p5.sound.js you are using in conjuction with the p5 version? The official releases here are often different than the releases included in the...
I rolled back to v.0.3.0 of p5.sound. It makes the ringbuffer() errors disappear entirely and removes the glitches for the Android phone + PC running Windows 10. Oddly, some of...