Description
Videoart made with livecoding using Hydra + analog process in real time with a Panasonic Ave-5 and a color pattern generator.
Exploring movement, patterns and colors.
This is the code i made for this artwork:
osc(5, 0.1, 5)
.thresh(0.5, 0.6)
.colorama(-10, 1)
.color(5, 1, 3)
.modulate(osc(10, 0.1, 5)
.thresh(0.5, 0.6)
.colorama(-10, 1)
.color(5, 1, 3)
.rotate(180)
.modulateScale(noise(1, 0.1)))
.diff(osc(10, 0.1)
.modulateScale(noise(1, 0.1)
.rotate(180)
.mult(osc(10, 0.1, 5)
.thresh(0.5, 0.6)
.colorama(-10, 1)
.color(5, 1, 3))))
.modulatePixelate(noise(1, 0.1)
.pixelate(8, 8), 1024, 8)
.modulate(shape(99, 0.1, 0.1)
.scale([1, 2, 3, 4, 5, 6, 7, 8, 9, 10].smooth())
.modulateScale(osc(10, 0.1))
.out()
jotta - 2023