Advertisement
AtlasOmega

Lap 2

Mar 16th, 2016 (edited)
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. SMF_lap2_Begin:
  2. alloctrack 0x0003
  3. SMF_lap2_Start:
  4. timebase 96
  5. opentrack 1, SMF_lap2_Track_1
  6.  
  7. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  8. ; Track 0
  9. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  10.  
  11. SMF_lap2_Track_0:
  12. notewait_off
  13. ; Measure 1 ----------------------------------
  14. volume 120
  15.  
  16.  
  17. prg 1
  18.  
  19. fn3 80, 16
  20. wait 16
  21. gn3 95, 16
  22. wait 16
  23. an3 90, 16
  24. wait 16
  25. cn4 110, 16
  26. wait 16
  27. dn4 90, 16
  28. wait 16
  29. fn4 110, 16
  30. wait 16
  31. an4 110, 16
  32. wait 16
  33. dn4 80, 16
  34. wait 16
  35. fn4 90, 16
  36. wait 16
  37. an4 110, 16
  38. wait 16
  39. cn5 110, 16
  40. wait 16
  41. fn4 80, 16
  42. wait 16
  43. an4 110, 18
  44. wait 18
  45. cn5 95, 18
  46. wait 18
  47. en5 90, 18
  48. wait 18
  49. an4 80, 18
  50. wait 18
  51. cn5 99, 20
  52. wait 20
  53. en5 95, 20
  54. wait 20
  55. fn5 90, 20
  56. wait 20
  57. an5 85, 20
  58. wait 20
  59. cn5 55, 20
  60. wait 20
  61. en5 47, 20
  62. wait 20
  63. ; Measure 2 ----------------------------------
  64. fn5 45, 20
  65. wait 20
  66. an5 43, 20
  67. wait 20
  68. fin
  69.  
  70. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  71. ; Track 1
  72. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  73.  
  74. SMF_lap2_Track_1:
  75. notewait_off
  76. ; Measure 1 ----------------------------------
  77.  
  78.  
  79.  
  80. wait 36
  81. volume 80
  82. prg 1
  83. fn3 80, 16
  84. wait 16
  85. gn3 95, 16
  86. wait 16
  87. an3 90, 16
  88. wait 16
  89. cn4 110, 16
  90. wait 16
  91. dn4 90, 16
  92. wait 16
  93. fn4 110, 16
  94. wait 16
  95. an4 110, 16
  96. wait 16
  97. dn4 80, 16
  98. wait 16
  99. fn4 90, 16
  100. wait 16
  101. an4 110, 16
  102. wait 16
  103. cn5 110, 16
  104. wait 16
  105. fn4 80, 16
  106. wait 16
  107. an4 110, 18
  108. wait 18
  109. cn5 95, 18
  110. wait 18
  111. en5 90, 18
  112. wait 18
  113. an4 80, 18
  114. wait 18
  115. cn5 99, 20
  116. wait 20
  117. en5 95, 20
  118. wait 20
  119. fn5 90, 20
  120. wait 20
  121. an5 85, 20
  122. wait 20
  123. cn5 55, 20
  124. wait 20
  125. ; Measure 2 ----------------------------------
  126. en5 47, 20
  127. wait 20
  128. fn5 45, 20
  129. wait 20
  130. an5 43, 20
  131. wait 20
  132. fin
  133.  
  134. SMF_lap2_End:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement