Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. in_thread do
  2. sample"C:/Users/camps/Desktop/Super_Mario_Bros._Theme_Song-NTa6Xbzfq1U.wav"
  3. end
  4.  
  5. in_thread do
  6. loop do
  7. play 70
  8. sleep 1.5
  9. sample :glitch_robot2
  10. sleep 1
  11. use_synth :dpulse
  12. play 73
  13. sleep 1
  14. play 72
  15. sample :elec_mid_snare
  16. sleep 1
  17. play 75, release: 2
  18. sleep 0.25
  19. play 74, amp: 0.5
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement