Skip to content

Commit

Permalink
max compatibility fixes (live 10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotEtag committed Sep 11, 2023
1 parent 91842a0 commit 6d75ad3
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 51 deletions.
Binary file modified MIDIjourney.amxd
Binary file not shown.
43 changes: 22 additions & 21 deletions patchers/mj_bp_preferences.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"appversion" : {
"major" : 8,
"minor" : 5,
"revision" : 3,
"revision" : 5,
"architecture" : "x64",
"modernui" : 1
}
Expand Down Expand Up @@ -116,7 +116,7 @@
"valueof" : {
"parameter_enum" : [ "val1", "val2" ],
"parameter_initial" : [ 0 ],
"parameter_initial_enable" : 1,
"parameter_invisible" : 1,
"parameter_longname" : "apiKey",
"parameter_mmax" : 1,
"parameter_shortname" : "apiKey",
Expand Down Expand Up @@ -145,7 +145,7 @@
"appversion" : {
"major" : 8,
"minor" : 5,
"revision" : 3,
"revision" : 5,
"architecture" : "x64",
"modernui" : 1
}
Expand Down Expand Up @@ -444,9 +444,9 @@
"saved_object_attributes" : {
"description" : "",
"digest" : "",
"editing_bgcolor" : [ 0.215686274509804, 0.215686274509804, 0.215686274509804, 1.0 ],
"editing_bgcolor" : [ 0.309803921568627, 0.309803921568627, 0.309803921568627, 1.0 ],
"globalpatchername" : "",
"locked_bgcolor" : [ 0.215686274509804, 0.215686274509804, 0.215686274509804, 1.0 ],
"locked_bgcolor" : [ 0.309803921568627, 0.309803921568627, 0.309803921568627, 1.0 ],
"tags" : ""
}
,
Expand All @@ -466,7 +466,7 @@
"appversion" : {
"major" : 8,
"minor" : 5,
"revision" : 3,
"revision" : 5,
"architecture" : "x64",
"modernui" : 1
}
Expand Down Expand Up @@ -1093,9 +1093,9 @@
"saved_object_attributes" : {
"description" : "",
"digest" : "",
"editing_bgcolor" : [ 0.215686274509804, 0.215686274509804, 0.215686274509804, 1.0 ],
"editing_bgcolor" : [ 0.309803921568627, 0.309803921568627, 0.309803921568627, 1.0 ],
"globalpatchername" : "",
"locked_bgcolor" : [ 0.215686274509804, 0.215686274509804, 0.215686274509804, 1.0 ],
"locked_bgcolor" : [ 0.309803921568627, 0.309803921568627, 0.309803921568627, 1.0 ],
"tags" : ""
}
,
Expand Down Expand Up @@ -1140,13 +1140,13 @@
"appversion" : {
"major" : 8,
"minor" : 5,
"revision" : 3,
"revision" : 5,
"architecture" : "x64",
"modernui" : 1
}
,
"classnamespace" : "box",
"rect" : [ 145.0, 327.0, 792.0, 402.0 ],
"rect" : [ 100.0, 100.0, 872.0, 314.0 ],
"bglocked" : 0,
"openinpresentation" : 1,
"default_fontsize" : 12.0,
Expand Down Expand Up @@ -1175,7 +1175,6 @@
"subpatcher_template" : "",
"assistshowspatchername" : 0,
"title" : "MIDIjourney - Api Key",
"visible" : 1,
"boxes" : [ {
"box" : {
"id" : "obj-6",
Expand All @@ -1200,7 +1199,7 @@
"appversion" : {
"major" : 8,
"minor" : 5,
"revision" : 3,
"revision" : 5,
"architecture" : "x64",
"modernui" : 1
}
Expand Down Expand Up @@ -1359,9 +1358,9 @@
"saved_object_attributes" : {
"description" : "",
"digest" : "",
"editing_bgcolor" : [ 0.215686274509804, 0.215686274509804, 0.215686274509804, 1.0 ],
"editing_bgcolor" : [ 0.309803921568627, 0.309803921568627, 0.309803921568627, 1.0 ],
"globalpatchername" : "",
"locked_bgcolor" : [ 0.215686274509804, 0.215686274509804, 0.215686274509804, 1.0 ],
"locked_bgcolor" : [ 0.309803921568627, 0.309803921568627, 0.309803921568627, 1.0 ],
"tags" : ""
}
,
Expand Down Expand Up @@ -1396,8 +1395,8 @@
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "" ],
"patching_rect" : [ 135.0, 105.0, 133.0, 22.0 ],
"text" : "mj_getFromDict apiKey"
"patching_rect" : [ 135.0, 105.0, 137.0, 22.0 ],
"text" : "mj_getFromDict apiKey:"
}

}
Expand Down Expand Up @@ -1986,7 +1985,7 @@
"appversion" : {
"major" : 8,
"minor" : 5,
"revision" : 3,
"revision" : 5,
"architecture" : "x64",
"modernui" : 1
}
Expand Down Expand Up @@ -2632,7 +2631,8 @@
"parameter_enum" : [ "val1", "val2" ],
"parameter_initial" : [ 0 ],
"parameter_initial_enable" : 1,
"parameter_longname" : "historyStatus[1]",
"parameter_invisible" : 1,
"parameter_longname" : "historyStatus",
"parameter_mmax" : 1,
"parameter_shortname" : "historyStatus",
"parameter_type" : 2
Expand Down Expand Up @@ -2718,6 +2718,7 @@
"parameter_enum" : [ "GPT3.5", "GPT4" ],
"parameter_initial" : [ 0.0 ],
"parameter_initial_enable" : 1,
"parameter_invisible" : 1,
"parameter_longname" : "model",
"parameter_mmax" : 1,
"parameter_shortname" : "model",
Expand Down Expand Up @@ -2745,7 +2746,7 @@
"appversion" : {
"major" : 8,
"minor" : 5,
"revision" : 3,
"revision" : 5,
"architecture" : "x64",
"modernui" : 1
}
Expand Down Expand Up @@ -3117,7 +3118,7 @@
"appversion" : {
"major" : 8,
"minor" : 5,
"revision" : 3,
"revision" : 5,
"architecture" : "x64",
"modernui" : 1
}
Expand Down Expand Up @@ -3472,7 +3473,7 @@
"parameter_initial" : [ 0.5 ],
"parameter_initial_enable" : 1,
"parameter_invisible" : 1,
"parameter_longname" : "temperature[1]",
"parameter_longname" : "temperature",
"parameter_mmax" : 2.0,
"parameter_shortname" : "temperature",
"parameter_type" : 0,
Expand Down
Loading

0 comments on commit 6d75ad3

Please sign in to comment.