Guest User

Untitled

a guest
Mar 20th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. live_loop :piano do
  2.  
  3. use_bpm 120
  4. use_synth :piano
  5.  
  6.  
  7.  
  8. 2.times do
  9. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  10. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :e3, :d3, :d3, :r], [1.2, 1.2, 1, 1, 1, 1.5, 0.6, 1.2, 1.2]
  11. end
  12.  
  13. play_pattern_timed [:d3, :d3, :e3, :c3, :d3, :d3, :f3], [1, 1, 1, 1, 1, 0.5, 0.5]
  14. play_pattern_timed [:e3, :c3, :d3, :d3, :f3, :e3, :c3], [1, 1, 1, 0.5, 0.5, 1, 1]
  15. play_pattern_timed [:a2, :d3, :g3, :r], [1, 1, 1, 1.2]
  16. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  17. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :d3, :c3, :c3], [1, 1, 1, 1, 1, 1.5, 0.6]
  18. stop
  19. end
  20.  
  21. live_loop :bass do
  22.  
  23. use_bpm 120
  24. use_synth :chipbass
  25. 2.times do
  26. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  27. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :e3, :d3, :d3, :r], [1.2, 1.2, 1, 1, 1, 1.5, 0.6, 1.2, 1.2]
  28. end
  29.  
  30. play_pattern_timed [:d3, :d3, :e3, :c3, :d3, :d3, :f3], [1, 1, 1, 1, 1, 0.5, 0.5]
  31. play_pattern_timed [:e3, :c3, :d3, :d3, :f3, :e3, :c3], [1, 1, 1, 0.5, 0.5, 1, 1]
  32. play_pattern_timed [:a2, :d3, :g3, :r], [1, 1, 1, 1.2]
  33. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  34. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :d3, :c3, :c3], [1, 1, 1, 1, 1, 1.5, 0.6]
  35. stop
  36. end
  37.  
  38. live_loop :dpulse do
  39.  
  40. use_bpm 120
  41. use_synth :dpulse
  42. 2.times do
  43. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  44. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :e3, :d3, :d3, :r], [1.2, 1.2, 1, 1, 1, 1.5, 0.6, 1.2, 1.2]
  45. end
  46.  
  47. play_pattern_timed [:d3, :d3, :e3, :c3, :d3, :d3, :f3], [1, 1, 1, 1, 1, 0.5, 0.5]
  48. play_pattern_timed [:e3, :c3, :d3, :d3, :f3, :e3, :c3], [1, 1, 1, 0.5, 0.5, 1, 1]
  49. play_pattern_timed [:a2, :d3, :g3, :r], [1, 1, 1, 1.2]
  50. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  51. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :d3, :c3, :c3], [1, 1, 1, 1, 1, 1.5, 0.6]
  52. stop
  53. end
  54.  
  55. live_loop :tri do
  56. use_bpm 120
  57. use_synth :tri
  58. 2.times do
  59. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  60. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :e3, :d3, :d3, :r], [1.2, 1.2, 1, 1, 1, 1.5, 0.6, 1.2, 1.2]
  61. end
  62.  
  63. play_pattern_timed [:d3, :d3, :e3, :c3, :d3, :d3, :f3], [1, 1, 1, 1, 1, 0.5, 0.5]
  64. play_pattern_timed [:e3, :c3, :d3, :d3, :f3, :e3, :c3], [1, 1, 1, 0.5, 0.5, 1, 1]
  65. play_pattern_timed [:a2, :d3, :g3, :r], [1, 1, 1, 1.2]
  66. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  67. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :d3, :c3, :c3], [1, 1, 1, 1, 1, 1.5, 0.6]
  68. stop
  69. end
  70.  
  71. live_loop :dsaw do
  72. use_bpm 120
  73. use_synth :dsaw
  74. 2.times do
  75. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  76. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :e3, :d3, :d3, :r], [1.2, 1.2, 1, 1, 1, 1.5, 0.6, 1.2, 1.2]
  77. end
  78.  
  79. play_pattern_timed [:d3, :d3, :e3, :c3, :d3, :d3, :f3], [1, 1, 1, 1, 1, 0.5, 0.5]
  80. play_pattern_timed [:e3, :c3, :d3, :d3, :f3, :e3, :c3], [1, 1, 1, 0.5, 0.5, 1, 1]
  81. play_pattern_timed [:a2, :d3, :g3, :r], [1, 1, 1, 1.2]
  82. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  83. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :d3, :c3, :c3], [1, 1, 1, 1, 1, 1.5, 0.6]
  84. stop
  85. end
  86.  
  87. live_loop :pluck do
  88. use_bpm 120
  89. use_synth :pluck
  90. 2.times do
  91. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  92. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :e3, :d3, :d3, :r], [1.2, 1.2, 1, 1, 1, 1.5, 0.6, 1.2, 1.2]
  93. end
  94.  
  95. play_pattern_timed [:d3, :d3, :e3, :c3, :d3, :d3, :f3], [1, 1, 1, 1, 1, 0.5, 0.5]
  96. play_pattern_timed [:e3, :c3, :d3, :d3, :f3, :e3, :c3], [1, 1, 1, 0.5, 0.5, 1, 1]
  97. play_pattern_timed [:a2, :d3, :g3, :r], [1, 1, 1, 1.2]
  98. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  99. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :d3, :c3, :c3], [1, 1, 1, 1, 1, 1.5, 0.6]
  100. stop
  101.  
  102. end
  103.  
  104. live_loop :pretty do
  105. use_bpm 120
  106. use_synth :pretty_bell
  107. 2.times do
  108. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  109. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :e3, :d3, :d3, :r], [1.2, 1.2, 1, 1, 1, 1.5, 0.6, 1.2, 1.2]
  110. end
  111.  
  112. play_pattern_timed [:d3, :d3, :e3, :c3, :d3, :d3, :f3], [1, 1, 1, 1, 1, 0.5, 0.5]
  113. play_pattern_timed [:e3, :c3, :d3, :d3, :f3, :e3, :c3], [1, 1, 1, 0.5, 0.5, 1, 1]
  114. play_pattern_timed [:a2, :d3, :g3, :r], [1, 1, 1, 1.2]
  115. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  116. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :d3, :c3, :c3], [1, 1, 1, 1, 1, 1.5, 0.6]
  117. stop
  118. end
  119.  
  120. live_loop :beep do
  121. use_bpm 120
  122. use_synth :beep
  123. 2.times do
  124. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  125. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :e3, :d3, :d3, :r], [1.2, 1.2, 1, 1, 1, 1.5, 0.6, 1.2, 1.2]
  126. end
  127.  
  128. play_pattern_timed [:d3, :d3, :e3, :c3, :d3, :d3, :f3], [1, 1, 1, 1, 1, 0.5, 0.5]
  129. play_pattern_timed [:e3, :c3, :d3, :d3, :f3, :e3, :c3], [1, 1, 1, 0.5, 0.5, 1, 1]
  130. play_pattern_timed [:a2, :d3, :g3, :r], [1, 1, 1, 1.2]
  131. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  132. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :d3, :c3, :c3], [1, 1, 1, 1, 1, 1.5, 0.6]
  133. stop
  134. end
  135.  
  136. live_loop :square do
  137. use_bpm 120
  138. use_synth :square
  139. 2.times do
  140. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  141. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :e3, :d3, :d3, :r], [1.2, 1.2, 1, 1, 1, 1.5, 0.6, 1.2, 1.2]
  142. end
  143.  
  144. play_pattern_timed [:d3, :d3, :e3, :c3, :d3, :d3, :f3], [1, 1, 1, 1, 1, 0.5, 0.5]
  145. play_pattern_timed [:e3, :c3, :d3, :d3, :f3, :e3, :c3], [1, 1, 1, 0.5, 0.5, 1, 1]
  146. play_pattern_timed [:a2, :d3, :g3, :r], [1, 1, 1, 1.2]
  147. play_pattern_timed [:e3, :e3, :f3, :g3, :g3, :f3, :e3], [1]
  148. play_pattern_timed [:d3, :c3, :c3, :d3, :e3, :d3, :c3, :c3], [1, 1, 1, 1, 1, 1.5, 0.6]
  149. stop
  150. end
Add Comment
Please, Sign In to add comment