From 35fb4aadeaa9db6443805d985f67587580502682 Mon Sep 17 00:00:00 2001 From: Kenneth van Ewijk Date: Thu, 28 May 2015 16:55:50 +0200 Subject: [PATCH] CSF/JSON File format added --- NAME_OF_SONG.csf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 NAME_OF_SONG.csf diff --git a/NAME_OF_SONG.csf b/NAME_OF_SONG.csf new file mode 100644 index 0000000..0484f5a --- /dev/null +++ b/NAME_OF_SONG.csf @@ -0,0 +1,33 @@ +/* Generated with Avans SMtoCSF by Janco Kock and Kenneth van Ewijk */ +/* Generated on 28-05-2015 15:17:00 */ +{ + "meta": { + "name": "name of song", + "author": "author of song", + "creator": "creator of song", + "BPM": 0 + }, + "file": { + "audio": "song audio file", + "image": "song image file", + "file": "name of this file" + }, + "data": { + "easy": [ + { + "time": 1, + "direction": 1, + "color": "BLUE", + "hold": true, + "length": 1000 + }, + { + "time": 16, + "direction": 6, + "color": "YELLOW" + } + ], + "medium": [], + "hard": [] + } +} \ No newline at end of file