Some people asked me how to make the ‘misty’ effect. This is my code and you can kinda figure it out. I also changed the hue() with cc value and the effect is really cool.
shape(3).kaleid(3).scale(0.4).out(o0)
osc(10,0.1,0.7).hue(0.6).modulate(noise(2,0.01),0.5).out(o1)
src(o2).modulate(src(o1).add(solid(1,1),-0.5),0.007).blend(o0,0.1).out(o2)
src(o2).mult(o1).out(o3)
render(o3)