Advertisement
ToddHartmann

Progrest Source Code

Jun 14th, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1.  
  2. Tempo 92
  3. Time 4
  4. KeySig C Major
  5. RndSeed 666
  6.  
  7. Begin Aria
  8. Voice Flute
  9. Volume f
  10. Define D1 1 16 90 // Hit on 1
  11. Define D8 D1 * 8 // 8 hits
  12. Define D16 D1 * 16 // 16ths ... a roll?
  13. Sequence D16
  14. ScaleType Chord
  15. Octave 5
  16. Range 1
  17. Direction r
  18. RSkip 50
  19. End
  20.  
  21. Set gb Ballad
  22. Set gl $gb $gb + Sus $gb + Plus $gb + SusPlus
  23. Set gc 1
  24.  
  25. Groove $gc $gl
  26. 1 z
  27. 1 z
  28.  
  29. Repeat
  30. Repeat
  31. Groove $gc $gl
  32. print $gc , $_Groove
  33. Inc gc
  34.  
  35. Repeat
  36. 1 Em
  37. 3 C
  38. 2 D
  39. 4 Bm
  40. RepeatEnd
  41.  
  42. Repeat
  43. 8 Am
  44. 5 Em
  45. 6 F
  46. 7 G
  47. RepeatEnd
  48.  
  49. Set tn $( ( $_Transpose + 3 ) % 12 )
  50. Transpose $tn
  51.  
  52. RepeatEnd 1
  53.  
  54. Set gb Ballad1
  55. Set gl $gb $gb + Sus $gb + Plus $gb + SusPlus
  56. Set gc 1
  57.  
  58. RepeatEnd
  59.  
  60. 9 AM7
  61. 10 /
  62. 11 A z!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement