Visuals with SCAMP?

What would be the best way to make visuals based on the same math that’s using to make notes? I’m particularly thinking of the Circle Music video and the Fibonacci music box, but don’t know how the visuals that accompany the music are actually being made

Hi! So my approach tends to be to use something like pygame or pyglet (I’ve tried both), and run SCAMP on a separate thread. You can then either use the state of the music (either global variables or class attributes) to affect the visuals or vice-versa.

I’m actually planning to do a seminar on this topic, and on the circle music specifically, in a few weeks. It’ll probably be paid and/or free for Patrons. So stay tuned – I’ll definitely post about it here!

1 Like