Pocket Turmoil 20251129

A street recording with pocket synthesiser instruments.

2025.11.29 with  @space_bar_presser  Timothy Choi Preston Lui Tina Yeung

A live recording featuring

  • the space hat (percussion with the signature Teenage Engineering OP-1 CWO effect),
  • Korg Volca Sample 2,
  • NTS-1,
  • and an analogue synthesiser,

punctuated by the occasional invasion of train noise. With some good headphones, you can hear the express train rumbling across your head.

DancingKiwi 20251108

Hydravideosynth script on a kiwi that modulates

s0.initImage("https://upload.wikimedia.org/wikipedia/commons/5/5b/Apteryx_owenii_0.jpg");
var b = () => a.fft[0];
var c = () => a.fft[1] * 2;
var d = () => a.fft[2];
osc(1, 0.5, b)
.modulateHue(src(o1)
.scale(1.843), 1)
.rotate(0.2)
.kaleid(2)
.scrollY(1, 0.011)
.modulate(osc(12, 0.1, b)
.rotate(0.6), 0.4)
.scale(0.25, 0.5, 0.5)
.brightness(0.1)
.contrast(3)
.out(o1);

src(s0)
.scale(1, 1, 0.9, 1, c)
.modulate(osc(6, 0.2, b))
.invert()
.repeat(3, 5)
.mult(o1, d)
.out(o2);
render(o2);

Posted in Viz