Interactive piece created with code in Hydra (hydra.ojack.xyz). Activate your microphone and become ineffective with the image. Change the color palette with the mouse. HTML Format.
Hydra is a toolkit for live coding of network visuals created by Olivia Jack (ojack.xyz)
/*
Double Secret
by Daniel Oropeza
Tw: @ferdoropeza
*/
s0.initVideo("https://media.giphy.com/media/QU4WOfB3XpmpHGgrdl/giphy.mp4")
src(s0).out(o2)
s1.initVideo("https://media.giphy.com/media/3oEhn1BB9DdrWU0KfC/giphy.mp4")
src(s1).luma(0.2).out(o3)
a.show()
osc(10,0.9,() => (a.fft[3]*1)).out(o1)
noise(1,0.6,4)
.scroll((a.fft[3]*1))
.pixelate(2,() => (a.fft[3]*0.2),-9)
.out(o1)
src(o2)
.modulate(o1,() => (a.fft[3]*1))
.invert(() => (a.fft[3]*-0.1))
.colorama(0.0002)
.hue(()=>mouse.x/100)
.saturate(1.51)
.contrast(2)
.blend(osc(1,() => (a.fft[1]*1,0)))
.mask(o3)
.mult(solid(2,() => (a.fft[3]*1),1))
.out();