Skip to content

Instantly share code, notes, and snippets.

@manualbashing
Created July 8, 2020 21:20
Show Gist options
  • Save manualbashing/202595dd2db83aad0d267df0b06db50a to your computer and use it in GitHub Desktop.
Save manualbashing/202595dd2db83aad0d267df0b06db50a to your computer and use it in GitHub Desktop.
[Amen to that!] Amen break at random sample rates #SonicPi
live_loop :amen_to_that do
rate = rrand(0.1,2)
4.times do
sample :loop_amen, rate: rate
sleep (sample_duration :loop_amen) / rate
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment