Created
April 24, 2024 09:48
-
-
Save beryann/09dc4f1272b736dc46e79a6a37eff00d to your computer and use it in GitHub Desktop.
War with crows
This file contains 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
in_thread do | |
with_fx :reverb do | |
loop do | |
sample :sn_zome , amp: rand_i, rate: rand, pan: rand | |
sleep 1 | |
sample :misc_crow, amp: rand, pan: rand, rate: rand | |
sleep 1 | |
sample :vinyl_hiss,amp: rand | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Made with Sonic Pi!