NAME_OF_SONG.csf 602 B

12345678910111213141516171819202122232425262728293031323334
  1. /* Generated with Avans SMtoCSF by Janco Kock and Kenneth van Ewijk */
  2. /* Generated on 28-05-2015 15:17:00 */
  3. {
  4. "meta": {
  5. "title": "title of song",
  6. "subtitle": "subtitle of song",
  7. "author": "author of song",
  8. "creator": "creator of song",
  9. "BPM": 0
  10. },
  11. "file": {
  12. "audio": "song audio file",
  13. "image": "song image file",
  14. "file": "name of this file"
  15. },
  16. "data": {
  17. "easy": [
  18. {
  19. "time": 1,
  20. "direction": 1,
  21. "color": "BLUE",
  22. "hold": true,
  23. "length": 1000
  24. },
  25. {
  26. "time": 16,
  27. "direction": 6,
  28. "color": "YELLOW"
  29. }
  30. ],
  31. "medium": [],
  32. "hard": []
  33. }
  34. }