Create pop_train_sad_aminor_85.json
Browse files
datasets/melodies/pop/train/sad/pop_train_sad_aminor_85.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"file_info": {
|
3 |
+
"genre": "pop",
|
4 |
+
"split": "train",
|
5 |
+
"mood": "sad",
|
6 |
+
"key": "A minor",
|
7 |
+
"tempo": 85
|
8 |
+
},
|
9 |
+
"musical_attributes": {
|
10 |
+
"time_signature": "4/4",
|
11 |
+
"length_bars": 16,
|
12 |
+
"primary_scale": "minor",
|
13 |
+
"melodic_range": {
|
14 |
+
"lowest_note": "A3",
|
15 |
+
"highest_note": "C5"
|
16 |
+
}
|
17 |
+
},
|
18 |
+
"composition_details": {
|
19 |
+
"phrase_structure": ["4-bar", "4-bar", "4-bar", "4-bar"],
|
20 |
+
"rhythmic_patterns": [
|
21 |
+
"sustained notes",
|
22 |
+
"quarter notes",
|
23 |
+
"eighth note pairs"
|
24 |
+
],
|
25 |
+
"melodic_patterns": [
|
26 |
+
"descending lines",
|
27 |
+
"minor arpeggios",
|
28 |
+
"stepwise motion in minor"
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"training_metadata": {
|
32 |
+
"difficulty_level": "intermediate",
|
33 |
+
"tags": [
|
34 |
+
"emotional",
|
35 |
+
"melancholic",
|
36 |
+
"ballad-style",
|
37 |
+
"minor-key"
|
38 |
+
],
|
39 |
+
"creation_date": "2024-11-16"
|
40 |
+
}
|
41 |
+
}
|