{ "patcher" : { "fileversion" : 1, "appversion" : { "major" : 6, "minor" : 0, "revision" : 8 } , "rect" : [ 855.0, 150.0, 838.0, 588.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" : { "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-99", "linecount" : 2, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 315.0, 510.0, 210.0, 33.0 ], "text" : "We'll learn some more elegant ways to handle math expressions later." } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-97", "linecount" : 6, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 315.0, 405.0, 210.0, 87.0 ], "text" : "Second, in order to clear the two textedit objects, we need to send the 'set' message to them. We also need to send a 'clear' message to the itoa object. Trigger makes it easy to clear all three objects at once." } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-95", "linecount" : 7, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 315.0, 285.0, 210.0, 100.0 ], "text" : "Two other things to notice about this patch. First, we make use of the itoa (integer to ASCII) object to convert each ASCII code to the letter that it represents. The itoa object converts and stores everything we send to its middle inlet until we bang its left one." } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-93", "linecount" : 6, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 315.0, 180.0, 210.0, 87.0 ], "text" : "In the Caesar cipher, each plaintext letter is displaced by 3. A becomes D, B becomes E, ... and so on. W becomes Z. What then? You need to wrap around, and that is where the mod (remainder) operator is handy." } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-91", "linecount" : 5, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 315.0, 90.0, 210.0, 74.0 ], "text" : "In a substitution cipher, letters (or other units of text) are systematically replaced. To decrypt the message you simply perform the inverse substitution." } } , { "box" : { "fontface" : 2, "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-89", "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 571.0, 495.0, 75.0, 20.0 ], "presentation_rect" : [ 544.0, 497.0, 0.0, 0.0 ], "text" : "Plaintext" } } , { "box" : { "fontface" : 2, "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-88", "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 60.0, 495.0, 75.0, 20.0 ], "presentation_rect" : [ 31.0, 490.0, 0.0, 0.0 ], "text" : "Ciphertext" } } , { "box" : { "fontface" : 2, "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-87", "linecount" : 4, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 612.0, 255.0, 78.0, 60.0 ], "presentation_rect" : [ 615.0, 254.0, 0.0, 0.0 ], "text" : "Cipher key\n\nCaesar: 3\nROT13: 13" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-66", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 3, "outlettype" : [ "set", "clear", "set" ], "patching_rect" : [ 541.0, 195.0, 113.0, 20.0 ], "presentation_rect" : [ 527.0, 191.0, 0.0, 0.0 ], "text" : "trigger set clear set" } } , { "box" : { "id" : "obj-68", "maxclass" : "button", "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "bang" ], "patching_rect" : [ 541.0, 165.0, 20.0, 20.0 ], "presentation_rect" : [ 527.0, 161.0, 0.0, 0.0 ] } } , { "box" : { "id" : "obj-69", "maxclass" : "button", "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "bang" ], "patching_rect" : [ 631.0, 375.0, 20.0, 20.0 ], "presentation_rect" : [ 617.0, 371.0, 0.0, 0.0 ] } } , { "box" : { "fontface" : 2, "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-70", "linecount" : 2, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 570.0, 375.0, 61.0, 33.0 ], "presentation_rect" : [ 556.0, 371.0, 0.0, 0.0 ], "text" : "Click to decrypt" } } , { "box" : { "fontface" : 2, "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-71", "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 570.0, 165.0, 90.0, 20.0 ], "presentation_rect" : [ 556.0, 161.0, 0.0, 0.0 ], "text" : "Click to clear" } } , { "box" : { "fontface" : 2, "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-72", "linecount" : 2, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 571.0, 105.0, 61.0, 33.0 ], "presentation_rect" : [ 527.0, 101.0, 0.0, 0.0 ], "text" : "Set Caps Lock On" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-73", "maxclass" : "textedit", "numinlets" : 1, "numoutlets" : 4, "outlettype" : [ "", "int", "", "" ], "parameter_enable" : 0, "patching_rect" : [ 645.0, 495.0, 153.5, 45.0 ], "presentation_rect" : [ 631.0, 491.0, 0.0, 0.0 ], "text" : "\"HELLO WORLD\"" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-74", "maxclass" : "number", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "int", "bang" ], "parameter_enable" : 0, "patching_rect" : [ 705.5, 255.0, 50.0, 20.0 ], "presentation_rect" : [ 691.5, 251.0, 0.0, 0.0 ] } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-75", "maxclass" : "message", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 754.5, 375.0, 32.5, 18.0 ], "presentation_rect" : [ 740.5, 371.0, 0.0, 0.0 ], "text" : "32" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-76", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 2, "outlettype" : [ "bang", "" ], "patching_rect" : [ 754.5, 195.0, 59.0, 20.0 ], "presentation_rect" : [ 740.5, 191.0, 0.0, 0.0 ], "text" : "select 32" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-77", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 692.0, 315.0, 38.0, 20.0 ], "presentation_rect" : [ 678.0, 311.0, 0.0, 0.0 ], "text" : "% 26" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-78", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 692.0, 285.0, 32.5, 20.0 ], "text" : "- 3" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-79", "maxclass" : "newobj", "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 662.0, 420.0, 46.0, 20.0 ], "presentation_rect" : [ 648.0, 416.0, 0.0, 0.0 ], "text" : "itoa" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-80", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 692.0, 375.0, 34.0, 20.0 ], "presentation_rect" : [ 678.0, 371.0, 0.0, 0.0 ], "text" : "+ 65" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-81", "maxclass" : "number", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "int", "bang" ], "parameter_enable" : 0, "patching_rect" : [ 692.0, 345.0, 50.0, 20.0 ], "presentation_rect" : [ 678.0, 341.0, 0.0, 0.0 ] } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-82", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 662.0, 450.0, 98.0, 20.0 ], "presentation_rect" : [ 648.0, 446.0, 0.0, 0.0 ], "text" : "prepend append" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-83", "maxclass" : "number", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "int", "bang" ], "parameter_enable" : 0, "patching_rect" : [ 692.0, 225.0, 50.0, 20.0 ], "presentation_rect" : [ 678.0, 221.0, 0.0, 0.0 ] } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-84", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 692.0, 195.0, 32.5, 20.0 ], "presentation_rect" : [ 678.0, 191.0, 0.0, 0.0 ], "text" : "- 65" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-85", "maxclass" : "newobj", "numinlets" : 3, "numoutlets" : 2, "outlettype" : [ "int", "int" ], "patching_rect" : [ 692.0, 168.0, 65.0, 20.0 ], "presentation_rect" : [ 678.0, 164.0, 0.0, 0.0 ], "text" : "split 65 90" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-86", "maxclass" : "textedit", "numinlets" : 1, "numoutlets" : 4, "outlettype" : [ "", "int", "", "" ], "parameter_enable" : 0, "patching_rect" : [ 645.0, 105.0, 153.5, 45.0 ], "presentation_rect" : [ 631.0, 101.0, 0.0, 0.0 ], "text" : "KHOOR ZRUOG" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-65", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 3, "outlettype" : [ "set", "clear", "set" ], "patching_rect" : [ 30.0, 195.0, 113.0, 20.0 ], "text" : "trigger set clear set" } } , { "box" : { "fontface" : 2, "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-58", "linecount" : 4, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 90.0, 255.0, 80.0, 60.0 ], "presentation_rect" : [ 36.0, 253.0, 0.0, 0.0 ], "text" : "Cipher key\n\nCaesar: 3\nROT13: 13" } } , { "box" : { "id" : "obj-57", "maxclass" : "button", "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "bang" ], "patching_rect" : [ 30.0, 165.0, 20.0, 20.0 ], "presentation_rect" : [ 93.0, 179.0, 0.0, 0.0 ] } } , { "box" : { "id" : "obj-56", "maxclass" : "button", "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "bang" ], "patching_rect" : [ 120.0, 375.0, 20.0, 20.0 ] } } , { "box" : { "fontface" : 2, "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-54", "linecount" : 2, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 59.0, 375.0, 61.0, 33.0 ], "presentation_rect" : [ 35.0, 329.0, 0.0, 0.0 ], "text" : "Click to encrypt" } } , { "box" : { "fontface" : 2, "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-53", "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 59.0, 165.0, 90.0, 20.0 ], "presentation_rect" : [ 33.0, 148.0, 0.0, 0.0 ], "text" : "Click to clear" } } , { "box" : { "fontface" : 2, "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-52", "linecount" : 2, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 60.0, 105.0, 60.0, 33.0 ], "text" : "Set Caps Lock On" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-48", "maxclass" : "textedit", "numinlets" : 1, "numoutlets" : 4, "outlettype" : [ "", "int", "", "" ], "parameter_enable" : 0, "patching_rect" : [ 134.0, 495.0, 153.5, 45.0 ], "presentation_rect" : [ 30.0, 466.0, 0.0, 0.0 ], "text" : "\"KHOOR ZRUOG\"" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-47", "maxclass" : "number", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "int", "bang" ], "parameter_enable" : 0, "patching_rect" : [ 194.5, 255.0, 50.0, 20.0 ] } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-45", "maxclass" : "message", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 243.5, 375.0, 32.5, 18.0 ], "text" : "32" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-37", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 2, "outlettype" : [ "bang", "" ], "patching_rect" : [ 243.5, 195.0, 59.0, 20.0 ], "text" : "select 32" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-32", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 181.0, 315.0, 38.0, 20.0 ], "text" : "% 26" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-31", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 181.0, 285.0, 32.5, 20.0 ], "text" : "+ 3" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-27", "maxclass" : "newobj", "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 151.0, 420.0, 46.0, 20.0 ], "text" : "itoa" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-25", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 181.0, 375.0, 34.0, 20.0 ], "text" : "+ 65" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-24", "maxclass" : "number", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "int", "bang" ], "parameter_enable" : 0, "patching_rect" : [ 181.0, 345.0, 50.0, 20.0 ], "presentation_rect" : [ 91.0, 434.0, 0.0, 0.0 ] } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-22", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 151.0, 450.0, 98.0, 20.0 ], "text" : "prepend append" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-15", "maxclass" : "number", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "int", "bang" ], "parameter_enable" : 0, "patching_rect" : [ 181.0, 225.0, 50.0, 20.0 ] } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-12", "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 181.0, 195.0, 32.5, 20.0 ], "text" : "- 65" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "id" : "obj-11", "maxclass" : "newobj", "numinlets" : 3, "numoutlets" : 2, "outlettype" : [ "int", "int" ], "patching_rect" : [ 181.0, 168.0, 65.0, 20.0 ], "text" : "split 65 90" } } , { "box" : { "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-1", "maxclass" : "textedit", "numinlets" : 1, "numoutlets" : 4, "outlettype" : [ "", "int", "", "" ], "parameter_enable" : 0, "patching_rect" : [ 134.0, 105.0, 153.5, 45.0 ], "text" : "HELLO WORLD" } } , { "box" : { "bubble" : 1, "fontname" : "Arial", "fontsize" : 12.0, "frgb" : 0.0, "id" : "obj-2", "linecount" : 3, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 15.0, 15.0, 315.0, 51.0 ], "text" : "Patch 019. Caesar Cipher and ROT13\nWilliam J Turkel\nhttp://williamjturkel.net/code/#programming" } } , { "box" : { "bgcolor" : [ 1.0, 1.0, 1.0, 0.0 ], "border" : 1, "id" : "obj-3", "maxclass" : "panel", "numinlets" : 1, "numoutlets" : 0, "patching_rect" : [ 15.0, 77.5, 810.0, 495.0 ], "rounded" : 20 } } ], "lines" : [ { "patchline" : { "destination" : [ "obj-11", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-1", 1 ] } } , { "patchline" : { "destination" : [ "obj-12", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-11", 0 ] } } , { "patchline" : { "destination" : [ "obj-37", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-11", 1 ] } } , { "patchline" : { "destination" : [ "obj-15", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-12", 0 ] } } , { "patchline" : { "destination" : [ "obj-31", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-15", 0 ] } } , { "patchline" : { "destination" : [ "obj-48", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-22", 0 ] } } , { "patchline" : { "destination" : [ "obj-25", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-24", 0 ] } } , { "patchline" : { "destination" : [ "obj-27", 1 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-25", 0 ] } } , { "patchline" : { "destination" : [ "obj-22", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-27", 0 ] } } , { "patchline" : { "destination" : [ "obj-32", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-31", 0 ] } } , { "patchline" : { "destination" : [ "obj-24", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-32", 0 ] } } , { "patchline" : { "destination" : [ "obj-45", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-37", 0 ] } } , { "patchline" : { "destination" : [ "obj-27", 1 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-45", 0 ] } } , { "patchline" : { "destination" : [ "obj-31", 1 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-47", 0 ] } } , { "patchline" : { "destination" : [ "obj-27", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-56", 0 ] } } , { "patchline" : { "destination" : [ "obj-65", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-57", 0 ] } } , { "patchline" : { "destination" : [ "obj-1", 0 ], "disabled" : 0, "hidden" : 0, "midpoints" : [ 133.5, 216.0, 153.0, 216.0, 153.0, 162.0, 129.0, 162.0, 129.0, 102.0, 143.5, 102.0 ], "source" : [ "obj-65", 2 ] } } , { "patchline" : { "destination" : [ "obj-27", 0 ], "disabled" : 0, "hidden" : 0, "midpoints" : [ 86.5, 360.0, 160.5, 360.0 ], "source" : [ "obj-65", 1 ] } } , { "patchline" : { "destination" : [ "obj-48", 0 ], "disabled" : 0, "hidden" : 0, "midpoints" : [ 39.5, 470.0, 138.0, 470.0, 138.0, 492.0, 143.5, 492.0 ], "source" : [ "obj-65", 0 ] } } , { "patchline" : { "destination" : [ "obj-73", 0 ], "disabled" : 0, "hidden" : 0, "midpoints" : [ 550.5, 470.0, 649.0, 470.0, 649.0, 492.0, 654.5, 492.0 ], "source" : [ "obj-66", 0 ] } } , { "patchline" : { "destination" : [ "obj-79", 0 ], "disabled" : 0, "hidden" : 0, "midpoints" : [ 597.5, 360.0, 671.5, 360.0 ], "source" : [ "obj-66", 1 ] } } , { "patchline" : { "destination" : [ "obj-86", 0 ], "disabled" : 0, "hidden" : 0, "midpoints" : [ 644.5, 216.0, 664.0, 216.0, 664.0, 162.0, 640.0, 162.0, 640.0, 102.0, 654.5, 102.0 ], "source" : [ "obj-66", 2 ] } } , { "patchline" : { "destination" : [ "obj-66", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-68", 0 ] } } , { "patchline" : { "destination" : [ "obj-79", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-69", 0 ] } } , { "patchline" : { "destination" : [ "obj-78", 1 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-74", 0 ] } } , { "patchline" : { "destination" : [ "obj-79", 1 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-75", 0 ] } } , { "patchline" : { "destination" : [ "obj-75", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-76", 0 ] } } , { "patchline" : { "destination" : [ "obj-81", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-77", 0 ] } } , { "patchline" : { "destination" : [ "obj-77", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-78", 0 ] } } , { "patchline" : { "destination" : [ "obj-82", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-79", 0 ] } } , { "patchline" : { "destination" : [ "obj-79", 1 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-80", 0 ] } } , { "patchline" : { "destination" : [ "obj-80", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-81", 0 ] } } , { "patchline" : { "destination" : [ "obj-73", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-82", 0 ] } } , { "patchline" : { "destination" : [ "obj-78", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-83", 0 ] } } , { "patchline" : { "destination" : [ "obj-83", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-84", 0 ] } } , { "patchline" : { "destination" : [ "obj-76", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-85", 1 ] } } , { "patchline" : { "destination" : [ "obj-84", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-85", 0 ] } } , { "patchline" : { "destination" : [ "obj-85", 0 ], "disabled" : 0, "hidden" : 0, "source" : [ "obj-86", 1 ] } } ], "dependency_cache" : [ ] } }