Track_Arrangement_V2 / final_arrangement.json
PRANJAL KAR
Refactor section configuration to load from final_arrangement.json and update finalise function to map section names to keys
cf93b82
raw
history blame
576 Bytes
{
"intro": {
"bpm": 120,
"bars": 8,
"p": 0.3
},
"verse1": {
"bpm": 40,
"bars": 32,
"p": 0.5
},
"pre_chorus": {
"bpm": 60,
"bars": 16,
"p": 0.5
},
"drop": {
"bpm": 120,
"bars": 16,
"p": 0.7
},
"breakdown": {
"bpm": 120,
"bars": 16,
"p": 0.6
},
"bridge": {
"bpm": 60,
"bars": 32,
"p": 0.5
},
"buildup": {
"bpm": 120,
"bars": 16,
"p": 0.4
},
"drop2": {
"bpm": 100,
"bars": 64,
"p": 0.5
},
"outro": {
"bpm": 120,
"bars": 8,
"p": 0.3
}
}