forked from shakfu/chuck-max
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-info.json
38 lines (38 loc) · 859 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
38
{
"author": "Shakeeb Alireza",
"description": "A max/msp external which embeds the chuck engine.",
"max_version_min": "8.0",
"max_version_max": "none",
"name": "chuck-max",
"os": {
"macintosh": {
"platform": [
"aarch64",
"x64"
],
"min_version": "none"
},
"windows": {
"platform": [
"x64"
],
"min_version": "none"
}
},
"package_extra": {
"forcerestart": 1,
"reverse_domain": "com.github/shakfu",
"copyright": "see Licence"
},
"tags": [
"chuck",
"dsp",
"livecoding",
"midi",
"osc",
"faust",
],
"extensible": 0,
"version": "0.1.1",
"website": "https://github.com/shakfu/chuck-max"
}