eggg dot uk

hydra - live set @ algorhythms - eggg 2025-11-05

the outcome of another live visual set @ algorhythms - eggg

 1//eggg live visual set 2025-11-05 at algorhythms (Zoeya on audio)
 2noise(P("100 3 8 32 128 30000 640000 2147000000000"))//more numbers pls
 3.sub(shape(P("2 3 8 32")).repeat(8).modulateRotate(osc(8,.1)))
 4//hi
 5.colorama(P("1.76 1.5 [8 3]"))//1.76 best value. nobody understands this. if you do,,lmk?
 6.add(voronoi(30,0.5).color(0.1,0.2,0.5))
 7.scrollY(0.1,0.1)
 8.thresh(.75)
 9.modulateScale(osc(0.1,0.5))
10.blend(src(o0).pixelate(P(1,16,32,64),12),.3)
11//sorry in advance?
12.add(shape(3).color(.6,.3,0).repeat(16,12).modulateRotate(o0).scrollY(.3,-.2))
13.blend(o0,.8)
14.out()
15//someone kept using P()
16//IT TIES BACK TO STRUDEL THX LU

Doctoring it slightly to get it to run in hydra below (removing the P() stuff which is a flok function)

(yt link with timestamp) I was taught how to use this and what it was mid set.

 1//eggg live visual set 2025-11-05 at algorhythms (Zoeya on audio)
 2noise([100, 3, 8, 32, 128, 30000, 640000, 2147000000000])//more numbers pls
 3.sub(shape([2, 3, 8, 32]).repeat(8).modulateRotate(osc(8,.1)))
 4//hi
 5.colorama([1.76, 1.5, 8, 3])//1.76 best value. nobody understands this. if you do,,lmk?
 6.add(voronoi(30,0.5).color(0.1,0.2,0.5))
 7.scrollY(0.1,0.1)
 8.thresh(.75)
 9.modulateScale(osc(0.1,0.5))
10 .blend(src(o0).pixelate([1,16,32,64],12),.3)
11//sorry in advance?
12.add(shape(3).color(.6,.3,0).repeat(16,12).modulateRotate(o0).scrollY(.3,-.2))
13.blend(o0,.8)
14.out()
15//someone kept using P()
16//IT TIES BACK TO STRUDEL THX LU

#livecoding #hydra #code