p5winter/charts/test/chart.json

20 lines
387 B
JSON
Raw Permalink Normal View History

2024-01-05 14:48:28 +00:00
{
"id": "test",
"file": "song.wav",
"name": "Test Chart",
"artist": "Untitled Band",
"len": "0:08",
"bpm": 120,
"notes": [
{ "beat": 2, "lane": 1},
{ "beat": 4, "lane": 0},
{ "beat": 4, "lane": 1},
{ "beat": 6, "lane": 2},
{ "beat": 8, "lane": 3},
{ "beat": 8.25, "lane": 3},
{ "beat": 8.5, "lane": 3},
{ "beat": 8.75, "lane": 3}
]
}