NAME_OF_SONG.csf 566 B

123456789101112131415161718192021222324252627282930313233
  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. "name": "name of song",
  6. "author": "author of song",
  7. "creator": "creator of song",
  8. "BPM": 0
  9. },
  10. "file": {
  11. "audio": "song audio file",
  12. "image": "song image file",
  13. "file": "name of this file"
  14. },
  15. "data": {
  16. "easy": [
  17. {
  18. "time": 1,
  19. "direction": 1,
  20. "color": "BLUE",
  21. "hold": true,
  22. "length": 1000
  23. },
  24. {
  25. "time": 16,
  26. "direction": 6,
  27. "color": "YELLOW"
  28. }
  29. ],
  30. "medium": [],
  31. "hard": []
  32. }
  33. }