Hello, here is the code from my live demo today!

This is the code for hydra:
voronoi(2,()=> cc[0]*5,0.3).color(2,0,50).out(o0)
src(o0).modulate(noise(()=>cc[0]),0.005).blend(shape(),0.01).out(o0)
hush(o0)
shape(5, .5,.01).repeat(()=> cc[2]*5,()=> cc[2]*4, 2, 4).layer(src(o0).mask(o0).luma(.1, .1).invert(.2)).color(()=> cc[1]*20,()=> cc[1],5).modulate(o1,.02).out(o0)
// .scrollY(10,-0.01)
// .rotate(0.5)
hush()

This is the code for tidal:
d7 $ (fast 2) $ ccv "" # ccn "0" # s "midi"
d1 $ sound "electro1:8*2" # gain 1.4
d2 $ sound "electro1:11/2" # gain 1.8
d3 $ sound "hardcore:8" # room 0.3
d4 $ sound "hardcore:0*8"
d5 $ sound "reverbkick odx:13/2" # gain "1 0.9" # room 0.3 -- odx *2
d6 $ sound "arp" # gain "1.2"
d8 $ ccv (segment 128 (fast 2 (range 127 60 saw))) # ccn "1" # s "midi"
d9 $ ccv "" # ccn "2" # s "midi"
hush
d4 silence

The order I followed is based on the line numbers, a screenshot is attached below!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>