-
Notifications
You must be signed in to change notification settings - Fork 4
/
package-info.json
64 lines (64 loc) · 1.31 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"authors": [
"klaus filip",
"c. hausch",
"noid",
"paulo raposo",
"léo dupleix",
"oliver stotz",
"boris hauf",
"gilles aubry",
"david michael",
"bill d",
"luc gross",
"AntonioDellaMarina",
"nicolaj kirisits"
],
"description": "a collection and system of interacting max patches designed to create an individual setup for live improvisation or installations. open to use with own patches and equipped with useful GUIs. ppooll comes as a basic package and is extensible.",
"displayname": "",
"extends": "",
"extensible": 1,
"homepatcher": "ppooll_host.maxpat",
"max_version_min": "8",
"name": "ppooll",
"os": {
"macintosh": {
"platform": [
"x64",
"aarch64"
],
"min_version": "none"
},
"windows": {
"platform": [
"x64"
],
"min_version": "none"
}
},
"package_extra": {},
"tags": [
"audio",
"instrument",
"versatile"
],
"base_version": "8.6.0",
"version": "8.6.0.240609.1",
"website": "http://ppooll.klingt.org",
"filelist": {
"externals": [
"ll_number",
"ll_fastforward",
"ll_2dslider",
"shell",
"pattrexists",
"vbap"
],
"patchers": [],
"help": [],
"misc": [],
"extras": [
"ppooll_host.maxpat"
]
}
}