We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello everyone!
So I've been looking into p5.sound for music visualizations and did some small experiments like this one: http://zeroattentionspan.net/electric2/
It works well on desktop, but it is glitchy and the frame rate is off on mobile. Do you have any idea how I can resolve this?
Thank you!
Answers
Perhaps the sketch is way too CPU/GPU intensive. Remember that JavaScript on a browser is much slower than normal programming languages like Java or C.