Max package: file reorganization

This commit is contained in:
2024-06-25 12:43:38 +02:00
parent d60d0460cf
commit 23d91d1080
7 changed files with 618 additions and 0 deletions

28
package-info.json Normal file
View 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"
}