-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-info.json
38 lines (36 loc) · 2.25 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
{
"author" : "Chris Swithinbank",
"authors" : [ ],
"description" : "cs.2click provides bpatcher modules for easy on-the-fly audio routing. Based around input & output slots that can be mapped to each other with just 2 clicks, cs.2click also comes with a full complement of preset storage and programmatic control possibilities.",
"displayname" : "",
"extends" : "",
"extensible" : 0,
"homepatcher" : "cs.2click-README.maxpat",
"max_version_max" : "none",
"max_version_min" : "6.1.9",
"name" : "cs.2click",
"os" : {
"macintosh" : {
"platform" : [ "ia32", "x64" ],
"min_version" : "none"
}
,
"windows" : {
"platform" : [ "ia32", "x64" ],
"min_version" : "none"
}
}
,
"tags" : [ "audio", "send", "receive", "routing", "presets" ],
"version" : "0.6.0",
"website" : "https://github.com/delucis/cs.2click",
"filelist" : {
"examples" : [ "cs.2click-README.maxpat", "readme-presets.json" ],
"patchers" : [ "cs.2click-inputs.maxpat", "cs.2click-led.maxpat", "cs.2click-outputs.maxpat", "cs.2click-presets.maxpat", "cs.2click-receive~.maxpat", "cs.2click-remote.maxpat", "cs.2click-send~.maxpat" ],
"help" : [ "cs.2click-inputs.maxhelp", "cs.2click-led.maxhelp", "cs.2click-outputs.maxhelp", "cs.2click-presets.maxhelp", "cs.2click-remote.maxhelp", "help-presets.json" ],
"interfaces" : [ "cs.2click-obj-qlookup.json" ],
"docs" : [ "_c74_common.css", "_c74_common.xml", "_c74_common.xsl", "_c74_compat.html", "_c74_platform.xsl", "refpages/_c74_ref_common.xsl", "refpages/_c74_ref_modules.xml", "refpages/cs.2click_ref/_c74_contents.xml", "refpages/cs.2click_ref/_c74_ref.xsl", "refpages/cs.2click_ref/cs.2click-inputs.maxref.xml", "refpages/cs.2click_ref/cs.2click-led.maxref.xml", "refpages/cs.2click_ref/cs.2click-outputs.maxref.xml", "refpages/cs.2click_ref/cs.2click-presets.maxref.xml", "refpages/cs.2click_ref/cs.2click-remote.maxref.xml", "refpages/cs.2click_ref/images/cs.2click-inputs.png", "refpages/cs.2click_ref/images/cs.2click-led.png", "refpages/cs.2click_ref/images/cs.2click-outputs.png", "refpages/cs.2click_ref/images/cs.2click-presets.png", "refpages/cs.2click_ref/images/cs.2click-remote.png" ],
"clippings" : [ "inputs module.maxpat", "outputs module.maxpat", "signal presence LED.maxpat" ],
"javascript" : [ "cs.2click.js" ]
}
}