Skip to content

Instantly share code, notes, and snippets.

@beryann
Created November 8, 2024 10:39
Show Gist options
  • Save beryann/e0f2c97058c06e54da57f5fbd2ab13a9 to your computer and use it in GitHub Desktop.
Save beryann/e0f2c97058c06e54da57f5fbd2ab13a9 to your computer and use it in GitHub Desktop.
cheval numérique in Hydra video synth
s0.initVideo("https://upload.wikimedia.org/wikipedia/commons/b/bf/Altai_Nature_Vargan_from_Alone_1931.webm")
src(s0)
.modulate(osc(5))
.colorama(0.2)
.repeat(()=>Math.sin(time*0.01),()=>Math.sin(time*0.01).fast(0.2))
.modulate(s0,0.1)
.out()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment