art work title:
Plants X Human Capitalism
date of creation:
April 2023
expo:
X Event, Perm, 2023
description:
Sound generation and visual live-coding session as a part of X Event.


// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
// cycling through red, green and blue
solid([1,0,0],[0,1,0],[1],5).out(o0)
// feedback
src(o0).modulate(noise(2),1).blend(shape(1),5).out(o0)
// default
shape(9,3)
.mult(osc(9,0.9,7))
.modulateRepeat(osc(1), 9, 1, 6, 1)
.out(o0)
// default
s0.initVideo("https://media.giphy.com/media/KhXEo7AR1sZoI/giphy.mp4")
src(s0).modulate(noise(1)).out(o0)
// cycling through red, green and blue
solid([1,0,0],[0,1,0],[0,1],2).out(o0)
// feedback
src(o0).modulate(noise(5),0.25).blend(shape(4),0.25).out(o0)
// default
shape(4,2)
.mult(osc(9,9,9))
.modulateRepeat(osc(9), 3.0, 3.0, 9, 9)
.out(o0)
// default
s0.initVideo("https://media.giphy.com/media/KhXEo7AR1sZoI/giphy.mp4")
src(s0).modulate(noise(1)).out(o0)
code for Hydra jack Video synth