-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.json
41 lines (41 loc) · 1.03 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": "Glen MacArthur",
"homepage": "http://www.bandshed.net/avldrumkits",
"name": "AVL Percussions",
"description": "11 percussions instruments (Cajon, Woodblock, Handclap, Fingersnap, Bongos, Maracas, Tambourine, Cowbell, Claves, Waterglass) recorded with 5 velocity layers per piece.",
"tags": [
"Instrument",
"Drums",
"Percussions",
"sfz"
],
"version": "1.1.0",
"id": "avl-percussions",
"date": "2022-02-21T07:00:00.000Z",
"files": {
"audio": {
"name": "avl-percussions.flac",
"size": 193990
},
"image": {
"name": "avl-percussions.jpg",
"size": 159466
},
"linux": {
"name": "avl-percussions.zip",
"size": 1730506
},
"mac": {
"name": "avl-percussions.zip",
"size": 1730506
},
"win": {
"name": "avl-percussions.zip",
"size": 1730506
}
}
}
]
}