Chladni plates audio-reactive simulation

Daxel Ghost's icon

Hello! I'm trying to create an audio-responsive visual project that simulates the Chladni plates on a surface (or simply in a certain size matrix), but I can't understand how I can start it, I'm not a beginner and I'm not an advanced user either , which expressions / objects do I need to do it?
I need to learn Open GL or java?

Daxel Ghost's icon
Martin Beck's icon

Ambitious project. The following links illustrate the math behind it and how you could try an implementation based on an example with much easier differential equation.
https://core.ac.uk/download/pdf/12517675.pdf
https://arxiv.org/pdf/1308.5523.pdf
https://www.youtube.com/watch?v=mEhHgMn3olg

Otherwise the strange attractors example in the GL3 package shows approaches in GLSL, but again with much easier differential equations.