-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathallsongs.json
82 lines (82 loc) · 1.22 KB
/
allsongs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"Name" : "Jealous",
"File" : "Jealous.mp3",
"MixIn" : 64,
"MixOut" : 128,
"Unary" : 150,
"SongId" : 1,
"BPM" : 128,
"Key" : "f"
},
{
"Name" : "Outside",
"File" : "Outside.mp3",
"MixIn" : 32,
"MixOut" : 96,
"Unary" : 130,
"SongId" : 2,
"BPM" : 135,
"Key" : "c#"
},
{
"Name" : "Crazy in Love",
"File" : "Crazy.mp3",
"MixIn" : 0,
"MixOut" : 64,
"Unary" : 140,
"SongId" : 3,
"BPM" : 99.265,
"Key" : "d"
},
{
"Name" : "Safe and Sound",
"File" : "SafeSound.mp3",
"MixIn" : 0,
"MixOut" : 64,
"Unary" : 150,
"SongId" : 4,
"BPM" : 122,
"Key" : "C"
},
{
"Name" : "I could be the one",
"File" : "TheOne.mp3",
"MixIn" : 352,
"MixOut" : 416,
"Unary" : 250,
"SongId" : 5,
"BPM" : 128,
"Key" : "A"
},
{
"Name" : "Wasted",
"File" : "Wasted.mp3",
"MixIn" : 128,
"MixOut" : 192,
"Unary" : 350,
"SongId" : 6,
"BPM" : 128,
"Key" : "b"
},
{
"Name" : "Like a Lie",
"File" : "LikeaLie.mp3",
"MixIn" : 32,
"MixOut" : 96,
"Unary" : 110,
"SongId" : 7,
"BPM" : 128,
"Key" : "A"
},
{
"Name" : "Uptown Funk",
"File" : "UptownFunk.mp3",
"MixIn" : 64,
"MixOut" : 128,
"Unary" : 430,
"SongId" : 8,
"BPM" : 128,
"Key" : "F"
}
]