From 4543a1e6af79db97a80d615849642d92d043389f Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Thu, 8 May 2025 16:09:24 -0700 Subject: [PATCH] improved docu for spat trajectory group usage --- engine_zone~.maxpat | 85 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 83 insertions(+), 2 deletions(-) diff --git a/engine_zone~.maxpat b/engine_zone~.maxpat index b97d95e..c110392 100644 --- a/engine_zone~.maxpat +++ b/engine_zone~.maxpat @@ -10,11 +10,23 @@ } , "classnamespace" : "box", - "rect" : [ 104.0, 163.0, 1069.0, 883.0 ], + "rect" : [ 104.0, 87.0, 1069.0, 779.0 ], "openinpresentation" : 1, "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", "boxes" : [ { + "box" : { + "id" : "obj-3", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 358.0, 642.0, 84.0, 22.0 ], + "text" : "o.print to_poly" + } + + } +, { "box" : { "comment" : "", "id" : "obj-1", @@ -532,10 +544,46 @@ } , "classnamespace" : "box", - "rect" : [ 652.0, 90.0, 942.0, 912.0 ], + "rect" : [ 740.0, 150.0, 942.0, 912.0 ], "gridsize" : [ 15.0, 15.0 ], "subpatcher_template" : "Untitled5_template", "boxes" : [ { + "box" : { + "id" : "obj-21", + "maxclass" : "message", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 278.0, 222.0, 39.0, 22.0 ], + "text" : "10 16" + } + + } +, { + "box" : { + "id" : "obj-19", + "linecount" : 2, + "maxclass" : "comment", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 47.0, 160.0, 155.0, 33.0 ], + "text" : "3: number of voices\n4: id offset for spat instance" + } + + } +, { + "box" : { + "fontface" : 0, + "id" : "obj-9", + "maxclass" : "o.display", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 507.0, 782.0, 150.0, 33.0 ] + } + + } +, { "box" : { "id" : "obj-24", "maxclass" : "newobj", @@ -728,6 +776,15 @@ , { "patchline" : { "destination" : [ "obj-17", 0 ], + "order" : 1, + "source" : [ "obj-12", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-9", 0 ], + "order" : 0, "source" : [ "obj-12", 0 ] } @@ -759,6 +816,13 @@ "source" : [ "obj-2", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-24", 0 ], + "source" : [ "obj-21", 0 ] + } + } , { "patchline" : { @@ -1044,6 +1108,15 @@ , { "patchline" : { "destination" : [ "obj-23", 0 ], + "order" : 1, + "source" : [ "obj-2", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-3", 0 ], + "order" : 0, "source" : [ "obj-2", 0 ] } @@ -1214,6 +1287,10 @@ "name" : "o.compose.mxo", "type" : "iLaX" } +, { + "name" : "o.display.mxo", + "type" : "iLaX" + } , { "name" : "o.expr.codebox.mxo", "type" : "iLaX" @@ -1226,6 +1303,10 @@ "name" : "o.pack.mxo", "type" : "iLaX" } +, { + "name" : "o.print.mxo", + "type" : "iLaX" + } , { "name" : "o.route.mxo", "type" : "iLaX" -- 2.34.1