Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. [
  2. {
  3. "name": "LESSON 1",
  4. "trackName": "MovingUp",
  5. "blocks": [1],
  6. "countinBeatCount": 4,
  7. "initialCountinDelay": 0.046,
  8. },
  9. {
  10. "name": "LESSON 2",
  11. "trackName": "MovingUp",
  12. "blocks": [2],
  13. "countinBeatCount": 4,
  14. "initialCountinDelay": 0.046,
  15. },
  16. {
  17. "name": "LESSON 3",
  18. "trackName": "MovingUp",
  19. "blocks": [1, 2, 3, 4],
  20. "countinBeatCount": 4,
  21. "initialCountinDelay": 0.046,
  22. },
  23. {
  24. "name": "LESSON 4",
  25. "trackName": "MovingUp",
  26. "blocks": [5],
  27. "countinBeatCount": 4,
  28. "initialCountinDelay": 0.046,
  29. },
  30. {
  31. "name": "LESSON 5",
  32. "trackName": "MovingUp",
  33. "blocks": [6],
  34. "countinBeatCount": 4,
  35. "initialCountinDelay": 0.046,
  36. },
  37. {
  38. "name": "LESSON 6",
  39. "trackName": "MovingUp",
  40. "blocks": [5, 6, 7, 8],
  41. "countinBeatCount": 4,
  42. "initialCountinDelay": 0.046,
  43. },
  44. {
  45. "name": "Concert",
  46. "trackName": "MovingUp",
  47. "blocks": [1, 2, 3, 4, 5, 6, 7, 8],
  48. "countinBeatCount": 4,
  49. "initialCountinDelay": 0.046,
  50. },
  51. {
  52. "name": "Tetris Concert",
  53. "trackName": "Tetris",
  54. "blocks": [1, 2, 3, 4, 5, 6],
  55. "countinBeatCount": 4,
  56. "initialCountinDelay": 0.046,
  57. },
  58. {
  59. "name": "Pirates Concert",
  60. "trackName": "Pirates",
  61. "blocks": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
  62. "countinBeatCount": 4,
  63. "initialCountinDelay": 0.046,
  64. }
  65. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement