-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-info.json
37 lines (37 loc) · 992 Bytes
/
package-info.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
{
"name": "MCE",
"displayname": "Music Creativity and the Environment",
"version": "0.1.0",
"author": "Thomas Lieb",
"description": "This is a Max package example containing a biquad filter implementation.",
"tags": [
"audio",
"filter"
],
"website": "https://github.com/ascii255/mce",
"extensible": 1,
"extends": "",
"max_version_min": "8.0",
"max_version_max": "none",
"os": {
"macintosh": {
"min_version": "12.0",
"platform": [
"x64",
"aarch64"
]
},
"windows": {
"min_version": "10",
"platform": [
"x64"
]
}
},
"homepatcher": "mce.maxpat",
"package_extra": {
"reverse_domain": "com.github.ascii255",
"copyright": "Copyright (c) 2024 Department of Music Creativity and the Environment, Tokyo University of Arts"
},
"forcerestart": 0
}