forked from flucoma/flucoma-max
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-info.json.in
24 lines (24 loc) · 1.1 KB
/
package-info.json.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"author" : "FluCoMa",
"description" : "FluCoMa introduces a suite of tools to Max that can help you work with sounds and collections of them in new and flexible ways. Possibilities include slicing, decomposition and hybridisation of sounds, audio-descriptor analysis and machine learning driven musicking. The package links out to a body of educational content, tutorials, and inspirational examples from the world of FluCoMa and Max users.",
"homepatcher" : "Fluid Corpus Manipulation Toolkit.maxpat",
"max_version_min" : "7.0",
"name" : "FluidCorpusManipulation",
"os" : {
"macintosh" : {
"platform" : [ "aarch64", "x64" ],
"min_version" : "10.9.x"
},
"windows" : {
"platform" : [ "x64" ],
"min_version" : "10"
}
},
"package_extra" : {
"reverse_domain" : "org.flucoma",
"copyright" : "Copyright (c) University of Huddersfield"
},
"tags" : [ "machine listening", "sound bank mining", "corpus", "data processing", "flucoma", "machine learning", "spectral analysis", "audio descriptors", "data pipelines", "analysis" ],
"version" : "@FLUCOMA_VERSION_TAG@",
"website" : "https://flucoma.org"
}