forked from bcaramiaux/Gestural-Sound-Toolkit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-info.json
42 lines (41 loc) · 1011 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
39
40
41
42
{
"name" : "Gestural-Sound-Toolkit-V2",
"displayname" : "",
"version" : "2.1",
"author" : "",
"authors" : ["Baptiste Caramiaux", "Alessandro Altavilla", "Frederic Bevilacqua"],
"description" : "Toolkit in Max/MSP for gesture-to-sound scenario prototyping",
"tags" : [ "machine learning", "gesture recognition", "visualization", "gesture", "filtering", "mapping", "data"],
"website" : "https://ircam-ismm.github.io/max-msp/mubu.html",
"extends" : "",
"extensible" : 0,
"max_version_min" : "7.0",
"max_version_max" : "none",
"os" : {
"macintosh" : {
"min_version" : "10.11.x",
"platform" : [ "x64", "aarch64" ]
}
,
"windows" : {
"min_version" : "7",
"platform" : [ "x64" ]
}
}
,
"homepatcher" : "overview_gst_v2.maxpat",
"filelist" : {
"examples" : [],
"externals" : [],
"patchers" : [],
"help" : [],
"interfaces" : [],
"jsextensions" : [],
"media" : [],
"docs" : [],
"extras" : [ "overview_gst_v2.maxpat" ]
}
,
"c74install" : 1,
"installdate" :
}