Skip to content

Instantly share code, notes, and snippets.

@tado
Created November 20, 2021 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tado/4957bdd40e59c524294502a3bdb7005d to your computer and use it in GitHub Desktop.
Save tado/4957bdd40e59c524294502a3bdb7005d to your computer and use it in GitHub Desktop.
live_loop :live do
  use_synth :tb303
  play :C2, release: 0.2, cutoff: 40, res: 0.9
  sleep 0.25
  play :G2, release: 0.2, cutoff: 60, res: 0.9
  sleep 0.25
  play :C2, release: 0.2, cutoff: 80, res: 0.9
  sleep 0.25
  play :G2, release: 0.2, cutoff: 100, res: 0.9
  sleep 0.25
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment