Update Max 8 snippets Max8 help, version number...

This commit is contained in:
2025-10-09 22:20:37 +02:00
parent 52b8208a77
commit 9230837dfd
8 changed files with 6482 additions and 4343 deletions

28
max8.package-info.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name" : "tc.preset",
"displayname" : "",
"version" : "0.0.2",
"author" : "Théophile Clet",
"authors" : [ ],
"description" : "A jsui replacement for the preset object",
"tags" : ["preset", "pattrstorage", "jsui"],
"website" : "https://github.com/Teufeuleu/tc.preset/",
"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 Launch.maxpat"
}