Skip to content

Commit

Permalink
initial checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfreed committed Jul 21, 2014
1 parent 31ed747 commit 0a2b64b
Showing 1 changed file with 219 additions and 0 deletions.
219 changes: 219 additions & 0 deletions clippings/o.clipping.PackExprRoute.maxpat
Original file line number Diff line number Diff line change
@@ -0,0 +1,219 @@
{
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 6,
"minor" : 1,
"revision" : 6,
"architecture" : "x86"
}
,
"rect" : [ 25.0, 69.0, 640.0, 480.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 12.0,
"default_fontface" : 0,
"default_fontname" : "Arial",
"gridonopen" : 0,
"gridsize" : [ 15.0, 15.0 ],
"gridsnaponopen" : 0,
"statusbarvisible" : 2,
"toolbarvisible" : 1,
"boxanimatetime" : 200,
"imprint" : 0,
"enablehscroll" : 1,
"enablevscroll" : 1,
"devicewidth" : 0.0,
"description" : "",
"digest" : "",
"tags" : "",
"boxes" : [ {
"box" : {
"comment" : "",
"id" : "obj-13",
"maxclass" : "outlet",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 149.0, 282.0, 25.0, 25.0 ],
"presentation_rect" : [ 301.0, 301.0, 0.0, 0.0 ]
}

}
, {
"box" : {
"comment" : "",
"id" : "obj-12",
"maxclass" : "outlet",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 104.0, 282.0, 25.0, 25.0 ],
"presentation_rect" : [ 260.0, 303.0, 0.0, 0.0 ]
}

}
, {
"box" : {
"comment" : "",
"id" : "obj-11",
"maxclass" : "outlet",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 67.0, 282.0, 25.0, 25.0 ]
}

}
, {
"box" : {
"comment" : "",
"id" : "obj-10",
"maxclass" : "inlet",
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 67.0, 29.0, 25.0, 25.0 ]
}

}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 12.0,
"id" : "obj-7",
"maxclass" : "o.display",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 207.0, 228.0, 150.0, 34.0 ],
"textcolor" : [ 0.0, 0.0, 0.0, 1.0 ]
}

}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 12.0,
"id" : "obj-4",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "FullPacket" ],
"patching_rect" : [ 67.0, 65.0, 91.0, 20.0 ],
"text" : "o.pack /in1 /in2"
}

}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 12.0,
"id" : "obj-3",
"linecount" : 2,
"maxclass" : "o.expr.codebox",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "FullPacket", "FullPacket" ],
"patching_rect" : [ 67.0, 125.0, 150.0, 45.0 ],
"text" : "/out1 = /in1 * 2,\n/out2 = /in2 - 3",
"textcolor" : [ 0.0, 0.0, 0.0, 1.0 ]
}

}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 12.0,
"id" : "obj-1",
"maxclass" : "newobj",
"numinlets" : 3,
"numoutlets" : 3,
"outlettype" : [ "", "", "FullPacket" ],
"patching_rect" : [ 67.0, 217.0, 93.0, 20.0 ],
"text" : "o.route /in1 /in2"
}

}
],
"lines" : [ {
"patchline" : {
"destination" : [ "obj-11", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-1", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-12", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-1", 1 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-13", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-1", 2 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-4", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-10", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-1", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-3", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-7", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-3", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-4", 0 ]
}

}
],
"dependency_cache" : [ {
"name" : "o.route.mxo",
"type" : "iLaX"
}
, {
"name" : "o.expr.codebox.mxo",
"type" : "iLaX"
}
, {
"name" : "o.pack.mxo",
"type" : "iLaX"
}
, {
"name" : "o.display.mxo",
"type" : "iLaX"
}
]
}

}

0 comments on commit 0a2b64b

Please sign in to comment.