Max package: file reorganization
This commit is contained in:
65
help/test.json
Normal file
65
help/test.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"pattrstorage" : {
|
||||
"name" : "test",
|
||||
"slots" : {
|
||||
"1" : {
|
||||
"id" : 1,
|
||||
"name" : "up",
|
||||
"data" : {
|
||||
"u099005226" : [ -0.714285714285714, -0.714285714285714, -0.6, -0.542857142857143, -0.457142857142857, -0.342857142857143, -0.171428571428571, -0.028571428571429, 0.028571428571428, 0.142857142857143, 0.228571428571429, 0.371428571428571, 0.485714285714286, 0.571428571428571, 0.714285714285714, 0.8 ],
|
||||
"slot colors::colors" : [ 65 ],
|
||||
"appearance::test" : [ -1 ],
|
||||
"snippet::mypat" : [ -1 ],
|
||||
"behavior::test" : [ -1 ],
|
||||
"messages::test" : [ -1 ]
|
||||
}
|
||||
|
||||
}
|
||||
,
|
||||
"2" : {
|
||||
"id" : 2,
|
||||
"name" : "down",
|
||||
"data" : {
|
||||
"u099005226" : [ 0.873015873015873, 0.714285714285714, 0.587301587301587, 0.46031746031746, 0.301587301587302, 0.174603174603175, 0.015873015873016, -0.111111111111111, -0.238095238095238, -0.333333333333333, -0.428571428571429, -0.523809523809524, -0.587301587301587, -0.682539682539683, -0.777777777777778, -0.873015873015873 ],
|
||||
"slot colors::colors" : [ 65 ],
|
||||
"appearance::test" : [ -1 ],
|
||||
"snippet::mypat" : [ -1 ],
|
||||
"behavior::test" : [ -1 ],
|
||||
"messages::test" : [ -1 ]
|
||||
}
|
||||
|
||||
}
|
||||
,
|
||||
"3" : {
|
||||
"id" : 3,
|
||||
"name" : "sine",
|
||||
"data" : {
|
||||
"u099005226" : [ -0.079365079365079, 0.206349206349206, 0.428571428571429, 0.682539682539683, 0.904761904761905, 0.904761904761905, 0.841269841269841, 0.555555555555556, 0.047619047619048, -0.301587301587302, -0.587301587301587, -0.682539682539683, -0.650793650793651, -0.428571428571429, -0.111111111111111, 0.079365079365079 ],
|
||||
"slot colors::colors" : [ 65 ],
|
||||
"appearance::test" : [ -1 ],
|
||||
"snippet::mypat" : [ -1 ],
|
||||
"behavior::test" : [ -1 ],
|
||||
"messages::test" : [ -1 ]
|
||||
}
|
||||
|
||||
}
|
||||
,
|
||||
"4" : {
|
||||
"id" : 4,
|
||||
"name" : "random",
|
||||
"data" : {
|
||||
"u099005226" : [ -0.587301587301587, 0.365079365079365, -0.46031746031746, -0.015873015873016, 0.904761904761905, -0.714285714285714, 0.206349206349206, -0.142857142857143, 0.428571428571429, -0.746031746031746, 0.587301587301587, -0.619047619047619, -0.047619047619048, -0.555555555555556, -0.428571428571429, 0.396825396825397 ],
|
||||
"slot colors::colors" : [ 65 ],
|
||||
"appearance::test" : [ -1 ],
|
||||
"snippet::mypat" : [ -1 ],
|
||||
"behavior::test" : [ -1 ],
|
||||
"messages::test" : [ -1 ]
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
2
init/tc.preset_init.txt
Normal file
2
init/tc.preset_init.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
max objectfile tc.preset tc.preset;
|
||||
max definesubstitution tc.preset jsui @filename tc.preset
|
28
package-info.json
Normal file
28
package-info.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name" : "tc.preset",
|
||||
"displayname" : "",
|
||||
"version" : "0.0.1",
|
||||
"author" : "Théophile Clet",
|
||||
"authors" : [ ],
|
||||
"description" : "A jsui replacement for the preset object",
|
||||
"tags" : ["preset", "pattrstorage", "jsui"],
|
||||
"website" : "",
|
||||
"extends" : "",
|
||||
"extensible" : 0,
|
||||
"max_version_min" : "8.6.2",
|
||||
"max_version_max" : "none",
|
||||
"os" : {
|
||||
"macintosh" : {
|
||||
"min_version" : "10.11.x",
|
||||
"platform" : [ "x64", "aarch64" ]
|
||||
}
|
||||
,
|
||||
"windows" : {
|
||||
"min_version" : "10",
|
||||
"platform" : [ "x64" ]
|
||||
}
|
||||
|
||||
}
|
||||
,
|
||||
"homepatcher" : "tc.preset_demo.maxpat"
|
||||
}
|
523
snippets/tc.preset all-in-one.maxsnip
Normal file
523
snippets/tc.preset all-in-one.maxsnip
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user