Skip to content

Instantly share code, notes, and snippets.

@streamerd
Created June 30, 2023 11:12
Show Gist options
  • Save streamerd/6ef626ce0a6ca6ddba49cbb46a11e024 to your computer and use it in GitHub Desktop.
Save streamerd/6ef626ce0a6ca6ddba49cbb46a11e024 to your computer and use it in GitHub Desktop.
define :uclu do
3.times do
sample :drum_bass_hard, amp: 4
sleep 0.5
end
end
define :doors do
sample :bass_voxy_c, amp: 0.5, attack: 4
sleep 7
sample :mehackit_phone1
sleep 0.2
sample :mehackit_phone1
sleep 0.6
sample :ambi_soft_buzz
sleep 0.8
2.times do
sample :perc_door, amp: 3
sleep 0.4
end
sample :mehackit_phone1
sleep 0.2
sample :mehackit_phone1
sleep 0.6
sample :ambi_dark_woosh
sleep 0.9
sample :bass_drop_c, amp: 0.6
sleep 2
end
live_loop :a do
doors
uclu
doors
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment