Skip to content

Instantly share code, notes, and snippets.

@AgustinParmisano
Created November 25, 2018 01:09
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 AgustinParmisano/87c44bd567fe78fa57117e07dac03bc8 to your computer and use it in GitHub Desktop.
Save AgustinParmisano/87c44bd567fe78fa57117e07dac03bc8 to your computer and use it in GitHub Desktop.
testing sonic pi
use_debug false
use_bpm 130
fadein = (ramp *range(0 ,2, 0.01))
live_loop :kick do
if (spread 1, 4).tick then
sample :bd_tek, amp: fadein.look, cutoff: 80
end
sleep 0.25
end1
live_loop :snares do
sleep 1
sleep 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment