From fc4eaf4f2e26f04126c6937aaf60ab198c640074 Mon Sep 17 00:00:00 2001 From: trian-gles <69212477+trian-gles@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:39:50 +0200 Subject: [PATCH] IP calculation --- hss-distributed-client.maxpat | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/hss-distributed-client.maxpat b/hss-distributed-client.maxpat index 18a3bd9..a19c549 100644 --- a/hss-distributed-client.maxpat +++ b/hss-distributed-client.maxpat @@ -10,7 +10,7 @@ } , "classnamespace" : "box", - "rect" : [ 34.0, 76.0, 1301.0, 763.0 ], + "rect" : [ 34.0, 76.0, 901.0, 763.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, @@ -40,13 +40,25 @@ "assistshowspatchername" : 0, "globalpatchername" : "client", "boxes" : [ { + "box" : { + "id" : "obj-42", + "maxclass" : "number", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "", "bang" ], + "parameter_enable" : 0, + "patching_rect" : [ 146.0, 606.0, 50.0, 22.0 ] + } + + } +, { "box" : { "id" : "obj-24", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "int" ], - "patching_rect" : [ 61.5, 566.0, 36.0, 22.0 ], + "patching_rect" : [ 61.5, 572.0, 36.0, 22.0 ], "text" : "- 100" } @@ -70,8 +82,8 @@ "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 25.5, 492.0, 137.0, 22.0 ], - "text" : "fromsymbol @separator" + "patching_rect" : [ 25.5, 492.0, 143.0, 22.0 ], + "text" : "fromsymbol @separator ." } } @@ -82,7 +94,7 @@ "numinlets" : 2, "numoutlets" : 2, "outlettype" : [ "", "" ], - "patching_rect" : [ 28.0, 456.0, 55.0, 22.0 ], + "patching_rect" : [ 25.5, 452.0, 55.0, 22.0 ], "text" : "zl.ecils 1" } @@ -5631,10 +5643,19 @@ "source" : [ "obj-23", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-42", 0 ], + "order" : 0, + "source" : [ "obj-24", 0 ] + } + } , { "patchline" : { "destination" : [ "obj-9", 0 ], + "order" : 1, "source" : [ "obj-24", 0 ] }