Skip to content

Instantly share code, notes, and snippets.

@beryann
Last active October 29, 2024 13:58
Show Gist options
  • Save beryann/9393d1266cf2d465459592ace1ad6b06 to your computer and use it in GitHub Desktop.
Save beryann/9393d1266cf2d465459592ace1ad6b06 to your computer and use it in GitHub Desktop.
Abstractions with Hydra video synth
speed = 0.5
osc(() => Math.sin(time * 10), 0)
.thresh()
.kaleid(() => Math.sin(time * 0.1))
.colorama(0.8)
.saturate(2)
.out(o0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment