-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.json
41 lines (41 loc) · 1.01 KB
/
plugins.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
{
"plugins": [
{
"author": "Freepats",
"homepage": "https://freepats.zenvoid.org",
"name": "Upright Piano KW",
"description": "Kawai upright piano, recorded in a living room using a Zoom H1 portable recorder mounted on a tripod in front of the piano.",
"tags": [
"Instrument",
"Keys",
"Piano",
"sfz"
],
"version": "1.0.0",
"id": "upright-piano-kw",
"date": "2022-02-21T07:00:00.000Z",
"files": {
"audio": {
"name": "UprightPianoKW-20220221.flac",
"size": 64803
},
"image": {
"name": "UprightPianoKW-20220221.jpg",
"size": 87924
},
"linux": {
"name": "UprightPianoKW-20220221.zip",
"size": 32365885
},
"mac": {
"name": "UprightPianoKW-20220221.zip",
"size": 32365885
},
"win": {
"name": "UprightPianoKW-20220221.zip",
"size": 32365885
}
}
}
]
}