Skip to content

Commit

Permalink
Changed value names for Link Width
Browse files Browse the repository at this point in the history
  • Loading branch information
h1data committed Jan 28, 2024
1 parent 3cd1a9f commit 704c4c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
Binary file modified PhototacticXY.amxd
Binary file not shown.
26 changes: 14 additions & 12 deletions patchers/bpParams.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"fileversion" : 1,
"appversion" : {
"major" : 8,
"minor" : 3,
"revision" : 1,
"minor" : 5,
"revision" : 6,
"architecture" : "x64",
"modernui" : 1
}
Expand Down Expand Up @@ -261,7 +261,7 @@
}
,
"text" : "Position",
"textcolor" : [ 0.87843137254902, 0.87843137254902, 0.87843137254902, 1.0 ]
"textcolor" : [ 0.0, 0.0, 0.0, 1.0 ]
}

}
Expand Down Expand Up @@ -484,6 +484,8 @@
, {
"box" : {
"annotation" : "Toggles to equal the X and Y width.",
"automation" : "Off",
"automationon" : "On",
"fontface" : 1,
"fontname" : "Arial",
"fontsize" : 10.0,
Expand All @@ -498,7 +500,7 @@
"presentation_rect" : [ 47.0, 51.0, 19.0, 15.0 ],
"saved_attribute_attributes" : {
"valueof" : {
"parameter_enum" : [ "val1", "val2" ],
"parameter_enum" : [ "Off", "On" ],
"parameter_info" : "Toggles to equal the X and Y width.",
"parameter_initial" : [ 0.0 ],
"parameter_initial_enable" : 1,
Expand Down Expand Up @@ -645,7 +647,7 @@
}
,
"text" : "Y",
"textcolor" : [ 0.87843137254902, 0.87843137254902, 0.87843137254902, 1.0 ]
"textcolor" : [ 0.0, 0.0, 0.0, 1.0 ]
}

}
Expand All @@ -669,7 +671,7 @@
}
,
"text" : "X",
"textcolor" : [ 0.87843137254902, 0.87843137254902, 0.87843137254902, 1.0 ]
"textcolor" : [ 0.0, 0.0, 0.0, 1.0 ]
}

}
Expand Down Expand Up @@ -711,8 +713,8 @@
, {
"box" : {
"angle" : 270.0,
"bgcolor" : [ 0.309803921568627, 0.309803921568627, 0.309803921568627, 1.0 ],
"bordercolor" : [ 0.623529411764706, 0.623529411764706, 0.623529411764706, 1.0 ],
"bgcolor" : [ 0.56078431372549, 0.56078431372549, 0.56078431372549, 1.0 ],
"bordercolor" : [ 0.862745098039216, 0.862745098039216, 0.862745098039216, 1.0 ],
"id" : "obj-37",
"maxclass" : "panel",
"mode" : 0,
Expand All @@ -739,8 +741,8 @@
, {
"box" : {
"angle" : 270.0,
"bgcolor" : [ 0.309803921568627, 0.309803921568627, 0.309803921568627, 1.0 ],
"bordercolor" : [ 0.623529411764706, 0.623529411764706, 0.623529411764706, 1.0 ],
"bgcolor" : [ 0.56078431372549, 0.56078431372549, 0.56078431372549, 1.0 ],
"bordercolor" : [ 0.862745098039216, 0.862745098039216, 0.862745098039216, 1.0 ],
"id" : "obj-48",
"maxclass" : "panel",
"mode" : 0,
Expand All @@ -767,8 +769,8 @@
, {
"box" : {
"angle" : 270.0,
"bgcolor" : [ 0.309803921568627, 0.309803921568627, 0.309803921568627, 1.0 ],
"bordercolor" : [ 0.623529411764706, 0.623529411764706, 0.623529411764706, 1.0 ],
"bgcolor" : [ 0.56078431372549, 0.56078431372549, 0.56078431372549, 1.0 ],
"bordercolor" : [ 0.862745098039216, 0.862745098039216, 0.862745098039216, 1.0 ],
"id" : "obj-10",
"maxclass" : "panel",
"mode" : 0,
Expand Down

0 comments on commit 704c4c5

Please sign in to comment.