Created
September 20, 2024 09:28
-
-
Save beryann/21ef8d2fef9147d60a4af7c7bb068cb6 to your computer and use it in GitHub Desktop.
Cercles1
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
osc(40, 0.2, 1.5) | |
.mult(osc(60, 0.2)) | |
.add(osc(30, 0.1)) | |
.modulateKaleid( | |
noise(2, 0), 2) | |
.mult(shape(999, 1)) | |
.repeat(5, 5) | |
.saturate(20) | |
.out() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Coded in Hydra