-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-info.json
44 lines (44 loc) · 1.21 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
{
"name" : "av-toolbox",
"displayname" : "AV Toolbox",
"version" : "1.1.1",
"author" : "Timo Hoogland",
"authors" : [ ],
"description" : "This package contains abstractions to assist you in creating realtime audiovisual works. Objects range from signal analysis that can be used to control visual parameters, objects that allow controlling events in a timeline with transport and extensions on objects in jitter. Objects like: av.timepoint, av.follow~, av.spectrum~ and av.movie~",
"tags" : [ "jitter", "max", "msp", "utility", "tool", "audiovisual", "av"],
"website" : "https://github.com/tmhglnd/av-toolbox",
"extends" : "",
"extensible" : 0,
"max_version_min" : "8.3.0",
"max_version_max" : "none",
"os" : {
"macintosh" : {
"min_version" : "10.11.6",
"platform" : [ "aarch64", "x64" ]
}
,
"windows" : {
"min_version" : "8",
"platform" : [ "x64" ]
}
}
,
"homepatcher" : "av-toolbox.maxpat",
"package_extra" : {
"reverse_domain" : "com.cycling74",
"copyright" : "Copyright (c) 2023 Timo Hoogland"
}
,
"filelist" : {
"examples" : [],
"externals" : [],
"patchers" : [ ],
"help" : [ ],
"docs" : [ ],
"code" : [],
"extras" : []
}
,
"c74install" : 1,
"installdate" : 3638166346
}