Skip to content

Commit

Permalink
help patchers now use jit.pworld instead of jit.world. see #8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Place committed Jun 24, 2020
1 parent e2c631c commit ebabeed
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 378 deletions.
99 changes: 39 additions & 60 deletions help/ease.maxhelp
Expand Up @@ -10,7 +10,7 @@
}
,
"classnamespace" : "box",
"rect" : [ 599.0, 117.0, 753.0, 750.0 ],
"rect" : [ 161.0, 93.0, 753.0, 750.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 12.0,
Expand Down Expand Up @@ -160,33 +160,39 @@
"assistshowspatchername" : 0,
"boxes" : [ {
"box" : {
"bubble" : 1,
"bubbleside" : 2,
"fontname" : "Arial",
"fontsize" : 13.0,
"id" : "obj-20",
"maxclass" : "comment",
"id" : "obj-28",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "", "" ],
"patching_rect" : [ 25.0, 620.0, 66.0, 22.0 ],
"text" : "route bang"
}

}
, {
"box" : {
"id" : "obj-30",
"maxclass" : "jit.pworld",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 580.0, 70.0, 120.0, 40.0 ],
"text" : "choose a function",
"textjustification" : 2
"numoutlets" : 2,
"outlettype" : [ "jit_matrix", "" ],
"patching_rect" : [ 25.0, 335.0, 375.0, 270.0 ]
}

}
, {
"box" : {
"bubble" : 1,
"bubbleside" : 3,
"bubbleside" : 2,
"fontname" : "Arial",
"fontsize" : 13.0,
"id" : "obj-5",
"linecount" : 3,
"id" : "obj-20",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 90.0, 330.0, 166.0, 54.0 ],
"text" : "double-click to see the effect of different ease functions",
"patching_rect" : [ 580.0, 70.0, 120.0, 40.0 ],
"text" : "choose a function",
"textjustification" : 2
}

Expand Down Expand Up @@ -580,19 +586,6 @@
"text" : "jit.noise 3 float32 30"
}

}
, {
"box" : {
"id" : "obj-3",
"linecount" : 2,
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 3,
"outlettype" : [ "jit_matrix", "bang", "" ],
"patching_rect" : [ 260.0, 340.0, 140.0, 35.0 ],
"text" : "jit.world @enable 1 @windowposition 10 50"
}

}
, {
"box" : {
Expand Down Expand Up @@ -717,27 +710,6 @@
"textcolor" : [ 0.34902, 0.34902, 0.34902, 1.0 ]
}

}
, {
"box" : {
"background" : 1,
"bgcolor" : [ 1.0, 0.788235, 0.470588, 1.0 ],
"fontface" : 1,
"hint" : "",
"id" : "obj-27",
"ignoreclick" : 1,
"legacytextcolor" : 1,
"maxclass" : "textbutton",
"numinlets" : 1,
"numoutlets" : 3,
"outlettype" : [ "", "", "int" ],
"parameter_enable" : 0,
"patching_rect" : [ 630.0, 50.0, 20.0, 20.0 ],
"rounded" : 60.0,
"text" : "4",
"textcolor" : [ 0.34902, 0.34902, 0.34902, 1.0 ]
}

}
, {
"box" : {
Expand All @@ -753,7 +725,7 @@
"numoutlets" : 3,
"outlettype" : [ "", "", "int" ],
"parameter_enable" : 0,
"patching_rect" : [ 70.0, 345.0, 20.0, 20.0 ],
"patching_rect" : [ 630.0, 50.0, 20.0, 20.0 ],
"rounded" : 60.0,
"text" : "3",
"textcolor" : [ 0.34902, 0.34902, 0.34902, 1.0 ]
Expand Down Expand Up @@ -912,24 +884,31 @@
}
, {
"patchline" : {
"destination" : [ "obj-11", 0 ],
"source" : [ "obj-29", 0 ]
"destination" : [ "obj-13", 0 ],
"order" : 1,
"source" : [ "obj-28", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-13", 0 ],
"order" : 1,
"source" : [ "obj-3", 1 ]
"destination" : [ "obj-16", 0 ],
"order" : 0,
"source" : [ "obj-28", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-16", 0 ],
"order" : 0,
"source" : [ "obj-3", 1 ]
"destination" : [ "obj-11", 0 ],
"source" : [ "obj-29", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-28", 0 ],
"source" : [ "obj-30", 0 ]
}

}
Expand Down Expand Up @@ -1516,7 +1495,7 @@
}
,
"classnamespace" : "box",
"rect" : [ 599.0, 143.0, 753.0, 724.0 ],
"rect" : [ 161.0, 119.0, 753.0, 724.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 12.0,
Expand Down

0 comments on commit ebabeed

Please sign in to comment.