Skip to content

Instantly share code, notes, and snippets.

@leo424y
Created February 15, 2018 08:41
Show Gist options
  • Select an option

  • Save leo424y/0d388976e548ef13649eed5d2d0e5142 to your computer and use it in GitHub Desktop.

Select an option

Save leo424y/0d388976e548ef13649eed5d2d0e5142 to your computer and use it in GitHub Desktop.
live_loop :fireworks do
synth :gnoise,
amp: rrand(0.1, 1.5),
attack: rrand(0.01, 0.03),
cutoff: rrand(100, 130),
pan: rrand(-1, 1)
sleep rrand(0.01, 0.05)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment