Last active
October 29, 2024 13:58
-
-
Save beryann/9393d1266cf2d465459592ace1ad6b06 to your computer and use it in GitHub Desktop.
Abstractions with Hydra video synth
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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