Skip to content

Instantly share code, notes, and snippets.

@beryann
Created April 24, 2024 09:48
Show Gist options
  • Save beryann/09dc4f1272b736dc46e79a6a37eff00d to your computer and use it in GitHub Desktop.
Save beryann/09dc4f1272b736dc46e79a6a37eff00d to your computer and use it in GitHub Desktop.
War with crows
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
@beryann
Copy link
Author

beryann commented Apr 24, 2024

Made with Sonic Pi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment