-
Notifications
You must be signed in to change notification settings - Fork 3
/
package-info.json
40 lines (38 loc) · 1.16 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
{
"author" : "Christopher Poovey",
"authors" : [ ],
"description" : "A suite of granulation tools that leverage the multichannel system in Max to allow for the rapid creation of creative granular tool. Grainflow 2.0 introduces new externals for grainflow~, grainflow.waveform~, and grainflow.spatview~. Please report any issues to https://github.com/composingcap/grainflow/issues or to the grainflow discord channel- every bug report helps!",
"displayname" : "Grainflow",
"extends" : "",
"extensible" : 0,
"homepatcher" : "grainflowOverview.maxpat",
"max_version_max" : "none",
"max_version_min" : "8.5",
"LegalCopyright": "Copyright (c) Christopher Poovey 2024",
"name" : "Grainflow",
"os" : {
"macintosh" : {
"platform" : [ "ia32", "x64" ],
"min_version" : "none"
}
,
"windows" : {
"platform" : [ "x64" ],
"min_version" : "none"
}
}
,
"package_extra" : {
}
,
"tags" : [ "granulation", "mc" ],
"version" : "2.1.0",
"website" : "https://github.com/composingcap/grainflow",
"filelist" : {
"externals" : ["grainflow~, grainflow.waveform~, grainflow.spatview~"],
"patchers" : [],
"help" : [ ],
"misc" : [ ],
"extras" : []
}
}