Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.47 KB | None | 0 0
  1. live_loop :birthday do
  2.   n = (scale 0, :minor_pentatonic).choose
  3.   sample :misc_burp,
  4.     attack: 0.1, sustain: rrand(0.5, 1), release: 0.1,
  5.     ##| amp: [1,0,0,0].choose,
  6.     rpitch: n + 4, amp: 0.3
  7.   sleep 0.25
  8. end
  9.  
  10. live_loop :khjiuy do
  11.   sample :ambi_drone
  12.   sleep 3
  13. end
  14.  
  15. live_loop :sgl do
  16.   sample :drum_bass_hard, amp: 2
  17.   sleep 0.125
  18.   sample :drum_snare_soft, amp: 1.5
  19.   sleep 0.125
  20. end
  21.  
  22. live_loop :snvfgl do
  23.   sample :vinyl_scratch
  24.   sleep 5
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement