forked from sfzinstruments/karoryfer.bear-sax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.json
41 lines (41 loc) · 921 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": "DSmolken",
"homepage": "https://github.com/sfzinstruments/karoryfer.bear-sax",
"name": "Bear Sax",
"description": "1926 Conn baritone saxophone including sustained notes and breath noise.",
"tags": [
"Instrument",
"Brass",
"Saxophone",
"sfz"
],
"version": "1.0.0",
"id": "bear-sax",
"date": "2021-09-11T07:00:00.000Z",
"files": {
"audio": {
"name": "bear-sax.flac",
"size": 86918
},
"image": {
"name": "bear-sax.jpg",
"size": 85425
},
"linux": {
"name": "bear-sax.zip",
"size": 70617479
},
"mac": {
"name": "bear-sax.zip",
"size": 70617479
},
"win": {
"name": "bear-sax.zip",
"size": 70617479
}
}
}
]
}