WCCC_Pride

1 min read
Table of contents

DippingWithPlexes
For this week's Creative Code challenge by @sableRaph: “Pride”, DippingWIthPlexes is coded in LiveCodeLab & HydraVideoSynth through the poetics format of The Duplex by Jericho Brown & The Dipper by Anne Marie Wells.
Video
Coded Poems
HydraVideoSynth
osc(4,1,1).pixelate().kaleid(2).
blend(noise(1,2,3)).out(o0)
noise(1,2,3).blend(src(o0).modulateScrollX(o0)).
diff(voronoi(5,4,3).repeat(4,4)).out(o1)
noise(6,5,3).modulateScale(o0).
luma([0.5,0.4,0.3,0.2].smooth()).brightness(0.13).out(o2)
src(o1).luma([0.5,0.4,0.3,0.2].fast(0.04)).brightness(0.13).
modulatePixelate(o1).out(o3)
src(o3).modulatePixelate(o2).scrollX([0.5,0.3],[-02,-0.1]).
scrollY([0.3,0.2,0.1,-0.2,-0.3]).out(o3)
src(o2).scrollY([0.3,0.2,0.1,-0.2,-0.3]).
modulateScale(o1).repeat(2,2).out()
src(o1).repeat([0.5,1,2].smooth(),[0.6,1.2,1.3].smooth()).
blend(o3).diff(src(o2).colorama()).diff(osc(1,4,1).pixelate(40,40).kaleid(3)).out()
LiveCodeLab
simpleGradient white,color(sin(time) * 225,230 - ((time % 15) * 15),(time % 15)*15 ),grey
fill color((time % 15)*15 + 10, 255 - ((time % 15) * 15), sin(time) * 200)
ambientLight color(cos(time) * 20,230 - ((time % 15) * 15),(time % 15)*15 )
stroke color(255 - ((time % 15) * 15), sin(time) * 200,(time % 15)*15 + 10)
25 + wave(time % 12) times
move sin(time) * wave(0.9), sin(time) * wave(1.3),sin(time) * wave(0.8)
ball box scale 0.7
bpm 88
play "pianoLHChord" + int(random 8) ,'x--x----x'
play "pianoRHChord" + int(random 3) ,'xx----x-xx'
play "detune" + int(random wave(4)) ,'--x- -xx- --x- -x-x'
play "dish" + int(random time % 12) ,'x'
play "downstairs" ,'--x- -x-- xx-x- --x-'
play "glass" ,'--x- -xx-- --x- -x-x'
0
Subscribe to my newsletter
Read articles from Kofi / Illestpreacha directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
