Skip to content

Instantly share code, notes, and snippets.

@beryann
Created November 21, 2024 09:50
Show Gist options
  • Save beryann/9fb1d7344bf2c1df7a3b843f50918f5b to your computer and use it in GitHub Desktop.
Save beryann/9fb1d7344bf2c1df7a3b843f50918f5b to your computer and use it in GitHub Desktop.
Une vision du Paradis/A vision of Paradise
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