Created
July 8, 2020 21:20
-
-
Save manualbashing/202595dd2db83aad0d267df0b06db50a to your computer and use it in GitHub Desktop.
[Amen to that!] Amen break at random sample rates #SonicPi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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