From 290f0ad30bcce79ca236b68c377cefcd20880de4 Mon Sep 17 00:00:00 2001 From: equilet Date: Sat, 26 May 2018 17:15:04 -0500 Subject: [PATCH] adding debugging --- max/lib_audiorate/zpn_wavefolder~.maxpat | 43 ++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/max/lib_audiorate/zpn_wavefolder~.maxpat b/max/lib_audiorate/zpn_wavefolder~.maxpat index a0a92d7..bc1f8a5 100644 --- a/max/lib_audiorate/zpn_wavefolder~.maxpat +++ b/max/lib_audiorate/zpn_wavefolder~.maxpat @@ -37,6 +37,31 @@ "style" : "", "subpatcher_template" : "gridded", "boxes" : [ { + "box" : { + "id" : "obj-13", + "maxclass" : "meter~", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "float" ], + "patching_rect" : [ 89.0, 304.0, 80.0, 13.0 ], + "style" : "" + } + + } +, { + "box" : { + "id" : "obj-12", + "maxclass" : "toggle", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "int" ], + "parameter_enable" : 0, + "patching_rect" : [ 455.0, 229.0, 24.0, 24.0 ], + "style" : "" + } + + } +, { "box" : { "id" : "obj-8", "maxclass" : "newobj", @@ -696,10 +721,19 @@ "source" : [ "obj-44", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-13", 0 ], + "order" : 0, + "source" : [ "obj-5", 0 ] + } + } , { "patchline" : { "destination" : [ "obj-2", 0 ], + "order" : 1, "source" : [ "obj-5", 0 ] } @@ -717,10 +751,19 @@ "source" : [ "obj-7", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-12", 0 ], + "order" : 0, + "source" : [ "obj-8", 0 ] + } + } , { "patchline" : { "destination" : [ "obj-6", 0 ], + "order" : 1, "source" : [ "obj-8", 0 ] } -- 2.34.1