Skip to content

Instantly share code, notes, and snippets.

@beryann
Created September 20, 2024 09:28
Show Gist options
  • Save beryann/21ef8d2fef9147d60a4af7c7bb068cb6 to your computer and use it in GitHub Desktop.
Save beryann/21ef8d2fef9147d60a4af7c7bb068cb6 to your computer and use it in GitHub Desktop.
Cercles1
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()
@beryann
Copy link
Author

beryann commented Sep 20, 2024

Coded in Hydra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment