48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"version": "1.0",
|
|
"metadata": {
|
|
"title": "Example Song",
|
|
"artist": "Example Artist",
|
|
"mbid": "00000000-0000-0000-0000-000000000001",
|
|
"duration_seconds": 214,
|
|
"contributed_by": "your-name",
|
|
"verified": false,
|
|
"created_at": "2026-01-01T00:00:00.000Z"
|
|
},
|
|
"count_in": {
|
|
"enabled": true,
|
|
"bars": 2,
|
|
"use_first_section_tempo": true
|
|
},
|
|
"sections": [
|
|
{
|
|
"label": "Intro",
|
|
"start_bar": 1,
|
|
"bpm": 120,
|
|
"time_signature": { "numerator": 4, "denominator": 4 },
|
|
"transition": "step"
|
|
},
|
|
{
|
|
"label": "Verse",
|
|
"start_bar": 5,
|
|
"bpm": 120,
|
|
"time_signature": { "numerator": 4, "denominator": 4 },
|
|
"transition": "step"
|
|
},
|
|
{
|
|
"label": "Chorus",
|
|
"start_bar": 13,
|
|
"bpm": 120,
|
|
"time_signature": { "numerator": 4, "denominator": 4 },
|
|
"transition": "step"
|
|
},
|
|
{
|
|
"label": "Outro",
|
|
"start_bar": 57,
|
|
"bpm": 120,
|
|
"time_signature": { "numerator": 4, "denominator": 4 },
|
|
"transition": "step"
|
|
}
|
|
]
|
|
}
|