forked from sfzinstruments/SplendidGrandPiano
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugins.json
41 lines (41 loc) · 970 Bytes
/
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": "Akai",
"homepage": "https://sfzinstruments.github.io/pianos/splendid_grand_piano",
"name": "Splendid Grand Piano",
"description": "Steinway piano with 4 velocity layers",
"tags": [
"Instrument",
"Keys",
"Piano",
"sfz"
],
"version": "1.0.0",
"id": "splendid-grand-piano",
"date": "2022-01-02T07:00:00.000Z",
"files": {
"audio": {
"name": "splendid-grand-piano.flac",
"size": 69723
},
"image": {
"name": "splendid-grand-piano.jpg",
"size": 171264
},
"linux": {
"name": "splendid-grand-piano.zip",
"size": 74736682
},
"mac": {
"name": "splendid-grand-piano.zip",
"size": 74736682
},
"win": {
"name": "splendid-grand-piano.zip",
"size": 74736682
}
}
}
]
}