-
Notifications
You must be signed in to change notification settings - Fork 4
/
tracks.json
112 lines (112 loc) · 5.39 KB
/
tracks.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"tracks": [
{
"audio": "tracks/Monologue%20Ballad/Monologue%20Ballad.mp3",
"artwork": "tracks/Monologue%20Ballad/artwork.jpg",
"title": "Monologue Ballad",
"description": "An emotional synth melody, full of character and softness. The melody is catchy and is followed by a progression inspired by Russian motives.",
"genre": "Electronic",
"tags": ["synth", "soft", "electronic", "ambient", "retro"],
"featured": "true"
},
{
"audio": "tracks/Phobia/Phobia.mp3",
"artwork": "tracks/Phobia/artwork.jpg",
"title": "Phobia",
"description": "Experimental dark electronic track with heavy hiss and energy, ending in a climactic buildup.",
"genre": "Electronic",
"tags": ["synth", "dark", "electronic", "experimental"],
"featured": "true"
},
{
"audio": "tracks/Hated%20in%20the%20Nation/Hated%20in%20the%20Nation.mp3",
"artwork": "tracks/Hated%20in%20the%20Nation/artwork.jpg",
"title": "Hated in the Nation",
"description": "Dark ambient piano track, with a revolving mysterious futuristic synths and bright piano. Titled after the fantastic Black Mirror episode.",
"genre": "Electronic",
"tags": ["synth", "piano", "pads", "ambient"],
"featured": "false"
},
{
"audio": "tracks/NEONDRIVE/NEONDRIVE.mp3",
"artwork": "tracks/NEONDRIVE/artwork.jpg",
"title": "N E O N D R I V E",
"description": "A lo-fi synthwave track with a long build-up, catch melody and rhythm. There is also a guitar break in the middle which changes the tone of the track from a dance-able tune to a darker soundtrack.",
"genre": "Synthwave",
"tags": ["lo-fi", "synth", "retro", "dark", "beat"],
"featured": "true"
},
{
"audio": "tracks/Shinjuku%202084/Shinjuku%202084.mp3",
"artwork": "tracks/Shinjuku%202084/artwork.jpg",
"title": "Shinjuku 2084",
"description": "An echo of fast plucky synths, arpeggios and rhythmic ambience. The progression and tone of the track would suit an anime, hance the the title named after the Tokyo district.",
"genre": "Electronic",
"tags": ["lo-fi", "fast", "rhythm", "analog", "beat"],
"featured": "true"
},
{
"audio": "tracks/A%20Dirty%20Job/A%20Dirty%20Job.mp3",
"artwork": "tracks/A%20Dirty%20Job/artwork.jpg",
"title": "A Dirty Job",
"description": "A lo-fi, mellow, dark piano track that would suit a silent film.",
"genre": "Piano",
"tags": ["lo-fi", "piano", "strings", "synth"],
"featured": "false"
},
{
"audio": "tracks/The%20Nightmare%20Revelation/The%20Nightmare%20Revelation.mp3",
"artwork": "tracks/The%20Nightmare%20Revelation/artwork.jpg",
"title": "The Nightmare Revelation",
"description": "This track is inspired by the music of Dirk Gently's Hollistic Detective Agency. The first part is glitchty, experimental and electronic, while the second is a wide rhythmic synth arpeggio sequence with overlaying bursts of piano.",
"genre": "Experimental",
"tags": ["electronic", "piano", "synth"],
"featured": "true"
},
{
"audio": "tracks/Rise%20and%20Fall/Rise%20and%20Fall.mp3",
"artwork": "tracks/Rise%20and%20Fall/artwork.jpg",
"title": "Rise and Fall",
"description": "An ambient string soundscape, reminiscent of an ethereal cosmos. Slowly building and moving from deep pauses to a final chord progression with a pleasant cadence",
"genre": "Cinematic",
"tags": ["orchestral", "strings", "ambient"],
"featured": "true"
},
{
"audio": "tracks/Polymagic/Polymagic.mp3",
"artwork": "tracks/Polymagic/artwork.jpg",
"title": "Polymagic",
"description": "This track has an interesting rhythm and jazzy breaks in between. Although some samples and synths are used, the track maintains it's acoustic feel. The ending is a improvisational take on the Harry Potter theme",
"genre": "Jazz fusion",
"tags": ["jazz", "piano", "synth"],
"featured": "false"
},
{
"audio": "tracks/Memento%20Mori/Memento%20Mori.mp3",
"artwork": "tracks/Memento%20Mori/artwork.jpg",
"title": "Memento Mori",
"description": "Heavily sample based, this track blends raw orchestral instruments with synth samples. Flutes, clarinets, double bass, violins, and cello make short but meaningful appearances in this track. The percussion plays with irregularity, while the melodies are more rhythmic",
"genre": "Electronic",
"tags": ["electronic", "rhythm", "mysterious"],
"featured": "false"
},
{
"audio": "tracks/Echoes%20Of%20A%20Lost%20City/Echoes%20Of%20A%20Lost%20City.mp3",
"artwork": "tracks/Echoes%20Of%20A%20Lost%20City/artwork.jpg",
"title": "Echoes Of A Lost City",
"description": "A blend of piano, orchestral and electronic ambience. The repeating sequence builds up slowly to the final moment",
"genre": "Ambient",
"tags": ["electronic", "piano", "strings"],
"featured": "false"
},
{
"audio": "tracks/Analog%20Cityman/Analog%20Cityman.mp3",
"artwork": "tracks/Analog%20Cityman/artwork.jpg",
"title": "Analog Cityman",
"description": "An improv session with multiple analogue-like synths. This was all recorded in one take. ",
"genre": "Experimental",
"tags": ["electronic", "piano", "minimalism"],
"featured": "false"
}
]
}