From b6e4aed16660e941899cab4f20271f1c48f4a860 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 31 May 2023 12:55:05 -0400 Subject: [PATCH] test for file writer --- help/morphograph.maxhelp | 74 +++++++++++++++++++++++++++++++++------- 1 file changed, 62 insertions(+), 12 deletions(-) diff --git a/help/morphograph.maxhelp b/help/morphograph.maxhelp index 6476364..fd8b254 100644 --- a/help/morphograph.maxhelp +++ b/help/morphograph.maxhelp @@ -3,8 +3,8 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 3, - "revision" : 3, + "minor" : 5, + "revision" : 4, "architecture" : "x64", "modernui" : 1 } @@ -39,6 +39,42 @@ "subpatcher_template" : "Untitled5_template", "assistshowspatchername" : 0, "boxes" : [ { + "box" : { + "id" : "obj-53", + "maxclass" : "message", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 784.0, 125.0, 34.0, 22.0 ], + "text" : "write" + } + + } +, { + "box" : { + "id" : "obj-51", + "linecount" : 4, + "maxclass" : "message", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 763.5, 41.0, 221.0, 62.0 ], + "text" : "write \"Macintosh HD:/Users/jml/Documents/programming/git_repositories/morphograph/help/test.txt\"" + } + + } +, { + "box" : { + "id" : "obj-42", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 0, + "patching_rect" : [ 874.5, 186.0, 83.0, 22.0 ], + "text" : "print writemsg" + } + + } +, { "box" : { "id" : "obj-54", "maxclass" : "newobj", @@ -49,8 +85,8 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 3, - "revision" : 3, + "minor" : 5, + "revision" : 4, "architecture" : "x64", "modernui" : 1 } @@ -388,8 +424,8 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 3, - "revision" : 3, + "minor" : 5, + "revision" : 4, "architecture" : "x64", "modernui" : 1 } @@ -700,8 +736,8 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 3, - "revision" : 3, + "minor" : 5, + "revision" : 4, "architecture" : "x64", "modernui" : 1 } @@ -1755,8 +1791,8 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 3, - "revision" : 3, + "minor" : 5, + "revision" : 4, "architecture" : "x64", "modernui" : 1 } @@ -2092,8 +2128,8 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 3, - "revision" : 3, + "minor" : 5, + "revision" : 4, "architecture" : "x64", "modernui" : 1 } @@ -2648,6 +2684,20 @@ "source" : [ "obj-5", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-1", 0 ], + "source" : [ "obj-51", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-1", 0 ], + "source" : [ "obj-53", 0 ] + } + } , { "patchline" : { -- 2.34.1