Created
November 21, 2024 09:50
-
-
Save beryann/9fb1d7344bf2c1df7a3b843f50918f5b to your computer and use it in GitHub Desktop.
Une vision du Paradis/A vision of Paradise
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(5, 0.2, 0.8) | |
.repeat(4, 4,() => Math.sin(time), () => Math.sin(time/2) ) | |
.modulate(osc(10), 0.3) | |
.mult(noise(10).kaleid(20)) | |
.saturate(20) | |
.invert() | |
.out() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment