Initial registry scaffold with example CTP files
This commit is contained in:
48
j/journey/00000000-0000-0000-0000-000000000002.ctp.json
Normal file
48
j/journey/00000000-0000-0000-0000-000000000002.ctp.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"metadata": {
|
||||
"title": "Don't Stop Believin'",
|
||||
"artist": "Journey",
|
||||
"mbid": "00000000-0000-0000-0000-000000000002",
|
||||
"duration_seconds": 251,
|
||||
"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": 118,
|
||||
"time_signature": { "numerator": 4, "denominator": 4 },
|
||||
"transition": "step"
|
||||
},
|
||||
{
|
||||
"label": "Verse 1",
|
||||
"start_bar": 5,
|
||||
"bpm": 118,
|
||||
"time_signature": { "numerator": 4, "denominator": 4 },
|
||||
"transition": "step"
|
||||
},
|
||||
{
|
||||
"label": "Chorus",
|
||||
"start_bar": 21,
|
||||
"bpm": 118,
|
||||
"time_signature": { "numerator": 4, "denominator": 4 },
|
||||
"transition": "step"
|
||||
},
|
||||
{
|
||||
"label": "Outro",
|
||||
"start_bar": 57,
|
||||
"bpm_start": 118,
|
||||
"bpm_end": 108,
|
||||
"time_signature": { "numerator": 4, "denominator": 4 },
|
||||
"transition": "ramp"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user