GRxRedZero

Untitled

Apr 26th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. -- Notes and instruments
  2. local notenames = {
  3. "F#3",
  4. " G3",
  5. "G#3",
  6. " A3",
  7. "A#3",
  8. " B3",
  9. " C4",
  10. "C#4",
  11. " D4",
  12. "D#4",
  13. " E4",
  14. " F4",
  15. "F#4",
  16. " G4",
  17. "G#4",
  18. " A4",
  19. "A#4",
  20. " B4",
  21. " C5",
  22. "C#5",
  23. " D5",
  24. "D#5",
  25. " E5",
  26. " F5",
  27. "F#5"
  28. }
  29.  
  30. local instnames = {
  31. "PIANO",
  32. "BASS DRUM",
  33. "SNARE",
  34. "CLICKS",
  35. "BASS GUITAR",
  36. -- special
  37. "PLING",
  38. "BASS"
  39. }
  40.  
  41. return {
  42. notenames = notenames,
  43. instnames = instnames
  44. }
Add Comment
Please, Sign In to add comment