public
Description: max/msp abstractions & etc that others might find useful
Clone URL: git://github.com/mattly/maxlib.git
Search Repo:
clean up gridboard help
mattly (author)
Tue May 20 01:45:40 -0700 2008
commit  f9afffbab7b1a37975170fea885f1bcbdaa10aee
tree    0d9d599a48a8a48f04906ca7333016e6122b02fa
parent  d19b657d047d7981e0c94cb4d5cbdf12c3d262f6
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ setoutletassist(0, "To Grid");
0
 setoutletassist(1, "To Midi");
0
 
0
 // Gridboard
0
-gridboard = {
0
+var gridboard = {
0
   rows: 8,
0
   cols: 16,
0
   x: 2,
...
1
2
3
4
 
5
6
7
 
8
9
10
11
12
 
13
14
15
...
19
20
21
 
 
 
 
 
 
 
 
 
 
 
 
 
22
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
25
26
27
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
30
31
 
32
33
34
...
38
39
40
41
42
 
 
43
44
45
 
46
47
48
...
51
52
53
54
55
 
 
56
57
58
 
59
60
61
...
65
66
67
68
69
 
 
70
71
72
...
79
80
81
82
83
 
 
84
85
86
...
93
94
95
96
97
 
 
98
99
100
...
107
108
109
110
111
 
 
112
113
114
...
121
122
123
124
125
 
 
126
127
128
...
135
136
137
138
139
 
 
140
141
142
...
149
150
151
152
153
 
 
154
155
156
...
163
164
165
166
167
 
 
168
169
170
...
176
177
178
179
180
 
 
181
182
183
...
190
191
192
193
194
 
 
195
196
197
...
204
205
206
207
208
 
 
209
210
211
...
218
219
220
221
222
 
 
223
224
225
...
232
233
234
235
236
 
 
237
238
239
...
246
247
248
249
250
 
 
251
252
253
...
260
261
262
263
264
 
 
265
266
267
...
274
275
276
277
278
 
 
279
280
281
...
288
289
290
291
292
 
 
293
294
295
...
312
313
314
 
315
316
317
318
 
319
320
 
 
321
322
323
...
327
328
329
330
331
 
 
332
333
334
335
 
 
 
 
 
 
 
 
 
 
 
 
336
337
338
339
340
341
 
 
 
 
 
 
 
 
 
342
343
344
...
359
360
361
362
 
363
364
365
...
368
369
370
371
 
372
373
374
...
377
378
379
380
 
381
382
383
...
386
387
388
389
 
390
391
392
...
423
424
425
426
 
427
428
429
...
432
433
434
435
 
436
437
438
...
459
460
461
462
 
463
464
465
...
467
468
469
470
471
 
 
472
473
474
...
476
477
478
479
 
480
481
482
...
485
486
487
488
489
 
 
490
491
492
...
494
495
496
497
 
498
499
500
...
508
509
510
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
511
512
513
...
1
2
3
 
4
5
6
 
7
8
9
10
11
 
12
13
14
15
...
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
 
93
 
 
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
 
140
141
142
143
...
147
148
149
 
 
150
151
152
153
 
154
155
156
157
...
160
161
162
 
 
163
164
165
166
 
167
168
169
170
...
174
175
176
 
 
177
178
179
180
181
...
188
189
190
 
 
191
192
193
194
195
...
202
203
204
 
 
205
206
207
208
209
...
216
217
218
 
 
219
220
221
222
223
...
230
231
232
 
 
233
234
235
236
237
...
244
245
246
 
 
247
248
249
250
251
...
258
259
260
 
 
261
262
263
264
265
...
272
273
274
 
 
275
276
277
278
279
...
285
286
287
 
 
288
289
290
291
292
...
299
300
301
 
 
302
303
304
305
306
...
313
314
315
 
 
316
317
318
319
320
...
327
328
329
 
 
330
331
332
333
334
...
341
342
343
 
 
344
345
346
347
348
...
355
356
357
 
 
358
359
360
361
362
...
369
370
371
 
 
372
373
374
375
376
...
383
384
385
 
 
386
387
388
389
390
...
397
398
399
 
 
400
401
402
403
404
...
421
422
423
424
425
426
427
 
428
429
 
430
431
432
433
434
...
438
439
440
 
 
441
442
443
444
445
 
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
...
490
491
492
 
493
494
495
496
...
499
500
501
 
502
503
504
505
...
508
509
510
 
511
512
513
514
...
517
518
519
 
520
521
522
523
...
554
555
556
 
557
558
559
560
...
563
564
565
 
566
567
568
569
...
590
591
592
 
593
594
595
596
...
598
599
600
 
 
601
602
603
604
605
...
607
608
609
 
610
611
612
613
...
616
617
618
 
 
619
620
621
622
623
...
625
626
627
 
628
629
630
631
...
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
0
@@ -1,15 +1,15 @@
0
 {
0
   "patcher" :   {
0
     "fileversion" : 1,
0
- "rect" : [ 552.0, 599.0, 640.0, 413.0 ],
0
+ "rect" : [ 89.0, 596.0, 802.0, 415.0 ],
0
     "bgcolor" : [ 0.933333, 0.933333, 0.933333, 1.0 ],
0
     "bglocked" : 0,
0
- "defrect" : [ 552.0, 599.0, 640.0, 413.0 ],
0
+ "defrect" : [ 89.0, 596.0, 802.0, 415.0 ],
0
     "openrect" : [ 0.0, 0.0, 0.0, 0.0 ],
0
     "openinpresentation" : 0,
0
     "default_fontsize" : 12.0,
0
     "default_fontface" : 0,
0
- "default_fontname" : "American Typewriter",
0
+ "default_fontname" : "Courier",
0
     "gridonopen" : 0,
0
     "gridsize" : [ 20.0, 10.0 ],
0
     "gridsnaponopen" : 0,
0
@@ -19,16 +19,125 @@
0
     "metadata" : [ ],
0
     "boxes" : [       {
0
         "box" :         {
0
+ "maxclass" : "newobj",
0
+ "text" : "noteout",
0
+ "numoutlets" : 0,
0
+ "patching_rect" : [ 380.0, 280.0, 61.0, 18.0 ],
0
+ "fontname" : "Courier",
0
+ "id" : "obj-32",
0
+ "numinlets" : 3,
0
+ "fontsize" : 12.0
0
+ }
0
+
0
+ }
0
+, {
0
+ "box" : {
0
           "maxclass" : "comment",
0
- "text" : "designed for use with a monome, but feel free to use it however you see fit.",
0
+ "text" : "these values saved with the patcher",
0
+ "numoutlets" : 0,
0
+ "patching_rect" : [ 520.0, 10.0, 267.0, 18.0 ],
0
+ "fontname" : "Courier",
0
+ "id" : "obj-31",
0
+ "numinlets" : 1,
0
+ "fontsize" : 12.0
0
+ }
0
+
0
+ }
0
+, {
0
+ "box" : {
0
+ "maxclass" : "comment",
0
+ "text" : "clears the grid and\nflushes the notes",
0
+ "linecount" : 2,
0
+ "numoutlets" : 0,
0
+ "patching_rect" : [ 620.0, 280.0, 156.0, 30.0 ],
0
+ "fontname" : "Courier",
0
+ "id" : "obj-29",
0
+ "numinlets" : 1,
0
+ "fontsize" : 12.0
0
+ }
0
+
0
+ }
0
+, {
0
+ "box" : {
0
+ "maxclass" : "message",
0
+ "text" : "clear",
0
+ "numoutlets" : 1,
0
+ "outlettype" : [ "" ],
0
+ "patching_rect" : [ 620.0, 250.0, 47.0, 16.0 ],
0
+ "fontname" : "Courier",
0
+ "id" : "obj-26",
0
+ "numinlets" : 2,
0
+ "fontsize" : 12.0
0
+ }
0
+
0
+ }
0
+, {
0
+ "box" : {
0
+ "maxclass" : "comment",
0
+ "text" : "number of columns; defaults to 16",
0
+ "linecount" : 2,
0
+ "numoutlets" : 0,
0
+ "patching_rect" : [ 620.0, 180.0, 148.0, 30.0 ],
0
+ "fontname" : "Courier",
0
+ "id" : "obj-25",
0
+ "numinlets" : 1,
0
+ "fontsize" : 12.0
0
+ }
0
+
0
+ }
0
+, {
0
+ "box" : {
0
+ "maxclass" : "comment",
0
+ "text" : "number of rows; defaults to 8",
0
           "linecount" : 2,
0
- "presentation_rect" : [ 20.0, 105.0, 0.0, 0.0 ],
0
           "numoutlets" : 0,
0
- "patching_rect" : [ 20.0, 110.0, 264.0, 39.0 ],
0
- "fontname" : "American Typewriter",
0
+ "patching_rect" : [ 620.0, 80.0, 127.0, 30.0 ],
0
+ "fontname" : "Courier",
0
+ "id" : "obj-21",
0
+ "numinlets" : 1,
0
+ "fontsize" : 12.0
0
+ }
0
+
0
+ }
0
+, {
0
+ "box" : {
0
+ "maxclass" : "message",
0
+ "text" : "cols 16",
0
+ "numoutlets" : 1,
0
+ "outlettype" : [ "" ],
0
+ "patching_rect" : [ 620.0, 150.0, 61.0, 16.0 ],
0
+ "fontname" : "Courier",
0
+ "id" : "obj-11",
0
+ "numinlets" : 2,
0
+ "fontsize" : 12.0
0
+ }
0
+
0
+ }
0
+, {
0
+ "box" : {
0
+ "maxclass" : "message",
0
+ "text" : "rows 8",
0
+ "numoutlets" : 1,
0
+ "outlettype" : [ "" ],
0
+ "patching_rect" : [ 620.0, 50.0, 54.0, 16.0 ],
0
+ "fontname" : "Courier",
0
+ "id" : "obj-6",
0
+ "numinlets" : 2,
0
+ "fontsize" : 12.0
0
+ }
0
+
0
+ }
0
+, {
0
+ "box" : {
0
+ "maxclass" : "comment",
0
+ "text" : "designed for use with a monome, but feel free to use it however you see fit.",
0
+ "linecount" : 3,
0
+ "numoutlets" : 0,
0
+ "patching_rect" : [ 20.0, 90.0, 240.0, 42.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-16",
0
           "numinlets" : 1,
0
- "fontsize" : 14.0
0
+ "fontsize" : 12.0
0
         }
0
 
0
       }
0
@@ -38,11 +147,11 @@
0
           "text" : "turns coordinates into notes &\nturns notes into coordinates",
0
           "linecount" : 2,
0
           "numoutlets" : 0,
0
- "patching_rect" : [ 20.0, 60.0, 264.0, 39.0 ],
0
- "fontname" : "American Typewriter",
0
+ "patching_rect" : [ 20.0, 50.0, 241.0, 30.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-22",
0
           "numinlets" : 1,
0
- "fontsize" : 14.0
0
+ "fontsize" : 12.0
0
         }
0
 
0
       }
0
@@ -51,11 +160,11 @@
0
           "maxclass" : "comment",
0
           "text" : "mattly.gridboard.js",
0
           "numoutlets" : 0,
0
- "patching_rect" : [ 20.0, 20.0, 264.0, 36.0 ],
0
- "fontname" : "American Typewriter Bold",
0
+ "patching_rect" : [ 20.0, 20.0, 253.0, 27.0 ],
0
+ "fontname" : "Courier Bold",
0
           "id" : "obj-28",
0
           "numinlets" : 1,
0
- "fontsize" : 24.0
0
+ "fontsize" : 21.0
0
         }
0
 
0
       }
0
@@ -65,8 +174,8 @@
0
           "text" : "pack 0 0",
0
           "numoutlets" : 1,
0
           "outlettype" : [ "" ],
0
- "patching_rect" : [ 280.0, 370.0, 70.0, 21.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 280.0, 360.0, 70.0, 18.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-27",
0
           "numinlets" : 2,
0
           "fontsize" : 12.0
0
@@ -79,8 +188,8 @@
0
           "text" : "pack 0 0",
0
           "numoutlets" : 1,
0
           "outlettype" : [ "" ],
0
- "patching_rect" : [ 440.0, 270.0, 70.0, 21.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 460.0, 280.0, 70.0, 18.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-24",
0
           "numinlets" : 2,
0
           "fontsize" : 12.0
0
@@ -93,8 +202,8 @@
0
           "text" : "notein",
0
           "numoutlets" : 3,
0
           "outlettype" : [ "int", "int", "int" ],
0
- "patching_rect" : [ 440.0, 240.0, 56.0, 21.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 460.0, 250.0, 56.0, 18.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-23",
0
           "numinlets" : 1,
0
           "fontsize" : 12.0
0
@@ -107,8 +216,8 @@
0
           "text" : "velocity used,\ndefaults to 100",
0
           "linecount" : 2,
0
           "numoutlets" : 0,
0
- "patching_rect" : [ 480.0, 180.0, 153.0, 35.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 460.0, 180.0, 153.0, 30.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-20",
0
           "numinlets" : 1,
0
           "fontsize" : 12.0
0
@@ -121,8 +230,8 @@
0
           "text" : "starting note,\ndefaults to 24 (C0)",
0
           "linecount" : 2,
0
           "numoutlets" : 0,
0
- "patching_rect" : [ 300.0, 180.0, 154.0, 35.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 300.0, 180.0, 154.0, 30.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-19",
0
           "numinlets" : 1,
0
           "fontsize" : 12.0
0
@@ -135,8 +244,8 @@
0
           "text" : "semitones between vertical cells",
0
           "linecount" : 2,
0
           "numoutlets" : 0,
0
- "patching_rect" : [ 480.0, 80.0, 149.0, 35.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 460.0, 80.0, 149.0, 30.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-18",
0
           "numinlets" : 1,
0
           "fontsize" : 12.0
0
@@ -149,8 +258,8 @@
0
           "text" : "semitones between horizontal cells",
0
           "linecount" : 2,
0
           "numoutlets" : 0,
0
- "patching_rect" : [ 300.0, 80.0, 163.0, 35.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 300.0, 80.0, 142.0, 30.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-17",
0
           "numinlets" : 1,
0
           "fontsize" : 12.0
0
@@ -163,8 +272,8 @@
0
           "varname" : "velocity",
0
           "numoutlets" : 2,
0
           "outlettype" : [ "int", "bang" ],
0
- "patching_rect" : [ 480.0, 120.0, 51.0, 21.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 460.0, 120.0, 51.0, 18.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-15",
0
           "numinlets" : 1,
0
           "fontsize" : 12.0
0
@@ -176,8 +285,8 @@
0
           "maxclass" : "number",
0
           "numoutlets" : 2,
0
           "outlettype" : [ "int", "bang" ],
0
- "patching_rect" : [ 300.0, 120.0, 51.0, 21.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 300.0, 120.0, 52.0, 18.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-14",
0
           "numinlets" : 1,
0
           "fontsize" : 12.0
0
@@ -190,8 +299,8 @@
0
           "varname" : "stepy",
0
           "numoutlets" : 2,
0
           "outlettype" : [ "int", "bang" ],
0
- "patching_rect" : [ 480.0, 20.0, 51.0, 21.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 460.0, 20.0, 51.0, 18.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-13",
0
           "numinlets" : 1,
0
           "fontsize" : 12.0
0
@@ -204,8 +313,8 @@
0
           "varname" : "stepx",
0
           "numoutlets" : 2,
0
           "outlettype" : [ "int", "bang" ],
0
- "patching_rect" : [ 300.0, 20.0, 51.0, 21.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 300.0, 20.0, 51.0, 18.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-12",
0
           "numinlets" : 1,
0
           "fontsize" : 12.0
0
@@ -218,8 +327,8 @@
0
           "text" : "velocity $1",
0
           "numoutlets" : 1,
0
           "outlettype" : [ "" ],
0
- "patching_rect" : [ 480.0, 150.0, 92.0, 19.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 460.0, 150.0, 92.0, 16.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-10",
0
           "numinlets" : 2,
0
           "fontsize" : 12.0
0
@@ -232,8 +341,8 @@
0
           "text" : "basenote $1",
0
           "numoutlets" : 1,
0
           "outlettype" : [ "" ],
0
- "patching_rect" : [ 300.0, 150.0, 92.0, 19.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 300.0, 150.0, 92.0, 16.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-9",
0
           "numinlets" : 2,
0
           "fontsize" : 12.0
0
@@ -246,8 +355,8 @@
0
           "text" : "stepy $1",
0
           "numoutlets" : 1,
0
           "outlettype" : [ "" ],
0
- "patching_rect" : [ 480.0, 50.0, 70.0, 19.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 460.0, 50.0, 70.0, 16.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-8",
0
           "numinlets" : 2,
0
           "fontsize" : 12.0
0
@@ -260,8 +369,8 @@
0
           "text" : "stepx $1",
0
           "numoutlets" : 1,
0
           "outlettype" : [ "" ],
0
- "patching_rect" : [ 300.0, 50.0, 70.0, 19.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 300.0, 50.0, 70.0, 16.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-7",
0
           "numinlets" : 2,
0
           "fontsize" : 12.0
0
@@ -274,8 +383,8 @@
0
           "text" : "prepend set",
0
           "numoutlets" : 1,
0
           "outlettype" : [ "" ],
0
- "patching_rect" : [ 280.0, 280.0, 92.0, 21.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 280.0, 280.0, 92.0, 18.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-5",
0
           "numinlets" : 1,
0
           "fontsize" : 12.0
0
@@ -288,8 +397,8 @@
0
           "text" : "prepend set",
0
           "numoutlets" : 1,
0
           "outlettype" : [ "" ],
0
- "patching_rect" : [ 20.0, 240.0, 92.0, 21.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 20.0, 240.0, 92.0, 18.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-4",
0
           "numinlets" : 1,
0
           "fontsize" : 12.0
0
@@ -312,12 +421,14 @@
0
 ,       {
0
         "box" :         {
0
           "maxclass" : "kslider",
0
+ "presentation_rect" : [ 0.0, 0.0, 468.0, 53.0 ],
0
           "numoutlets" : 2,
0
           "outlettype" : [ "int", "int" ],
0
           "mode" : 1,
0
- "patching_rect" : [ 280.0, 310.0, 336.0, 53.0 ],
0
+ "patching_rect" : [ 280.0, 310.0, 312.0, 38.0 ],
0
           "id" : "obj-2",
0
- "numinlets" : 2
0
+ "numinlets" : 2,
0
+ "range" : 66
0
         }
0
 
0
       }
0
@@ -327,18 +438,38 @@
0
           "text" : "js mattly.gridboard",
0
           "numoutlets" : 2,
0
           "outlettype" : [ "", "" ],
0
- "patching_rect" : [ 280.0, 240.0, 149.0, 21.0 ],
0
- "fontname" : "Luxi Mono Regular",
0
+ "patching_rect" : [ 280.0, 240.0, 149.0, 18.0 ],
0
+ "fontname" : "Courier",
0
           "id" : "obj-1",
0
           "numinlets" : 2,
0
           "fontsize" : 12.0,
0
- "embedstate" : [ [ "rows", 8 ], [ "cols", 16 ], [ "stepx", 2 ], [ "stepy", 5 ], [ "base", 24 ], [ "velocity", 100 ], [ "velocity", 100 ], [ "stepy", "jsobject", 489772192 ], [ "stepx", "jsobject", 489772184 ], [ "baseNote", 24 ], [ "cols", 16 ], [ "rows", 8 ] ]
0
+ "embedstate" : [ [ "rows", 8 ], [ "cols", 16 ], [ "stepx", 2 ], [ "stepy", 5 ], [ "basenote", 36 ], [ "velocity", 100 ] ]
0
+ }
0
+
0
+ }
0
+, {
0
+ "box" : {
0
+ "maxclass" : "panel",
0
+ "numoutlets" : 0,
0
+ "patching_rect" : [ 280.0, 10.0, 500.0, 210.0 ],
0
+ "id" : "obj-30",
0
+ "bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
0
+ "numinlets" : 1
0
         }
0
 
0
       }
0
  ],
0
     "lines" : [       {
0
         "patchline" :         {
0
+ "source" : [ "obj-1", 1 ],
0
+ "destination" : [ "obj-32", 0 ],
0
+ "hidden" : 0,
0
+ "midpoints" : [ 419.5, 264.0, 389.5, 264.0 ]
0
+ }
0
+
0
+ }
0
+, {
0
+ "patchline" : {
0
           "source" : [ "obj-4", 0 ],
0
           "destination" : [ "obj-3", 0 ],
0
           "hidden" : 0,
0
@@ -359,7 +490,7 @@
0
         "patchline" :         {
0
           "source" : [ "obj-12", 0 ],
0
           "destination" : [ "obj-7", 0 ],
0
- "hidden" : 0,
0
+ "hidden" : 1,
0
           "midpoints" : [ ]
0
         }
0
 
0
@@ -368,7 +499,7 @@
0
         "patchline" :         {
0
           "source" : [ "obj-13", 0 ],
0
           "destination" : [ "obj-8", 0 ],
0
- "hidden" : 0,
0
+ "hidden" : 1,
0
           "midpoints" : [ ]
0
         }
0
 
0
@@ -377,7 +508,7 @@
0
         "patchline" :         {
0
           "source" : [ "obj-14", 0 ],
0
           "destination" : [ "obj-9", 0 ],
0
- "hidden" : 0,
0
+ "hidden" : 1,
0
           "midpoints" : [ ]
0
         }
0
 
0
@@ -386,7 +517,7 @@
0
         "patchline" :         {
0
           "source" : [ "obj-15", 0 ],
0
           "destination" : [ "obj-10", 0 ],
0
- "hidden" : 0,
0
+ "hidden" : 1,
0
           "midpoints" : [ ]
0
         }
0
 
0
@@ -423,7 +554,7 @@
0
           "source" : [ "obj-2", 1 ],
0
           "destination" : [ "obj-27", 1 ],
0
           "hidden" : 0,
0
- "midpoints" : [ 606.5, 366.0, 340.5, 366.0 ]
0
+ "midpoints" : [ 582.5, 354.0, 340.5, 354.0 ]
0
         }
0
 
0
       }
0
@@ -432,7 +563,7 @@
0
           "source" : [ "obj-27", 0 ],
0
           "destination" : [ "obj-1", 1 ],
0
           "hidden" : 0,
0
- "midpoints" : [ 289.5, 400.0, 627.0, 400.0, 627.0, 226.0, 419.5, 226.0 ]
0
+ "midpoints" : [ 289.5, 385.0, 599.0, 385.0, 599.0, 234.0, 419.5, 234.0 ]
0
         }
0
 
0
       }
0
@@ -459,7 +590,7 @@
0
           "source" : [ "obj-1", 1 ],
0
           "destination" : [ "obj-5", 0 ],
0
           "hidden" : 0,
0
- "midpoints" : [ 419.5, 273.0, 289.5, 273.0 ]
0
+ "midpoints" : [ 419.5, 264.0, 289.5, 264.0 ]
0
         }
0
 
0
       }
0
@@ -467,8 +598,8 @@
0
         "patchline" :         {
0
           "source" : [ "obj-10", 0 ],
0
           "destination" : [ "obj-1", 0 ],
0
- "hidden" : 0,
0
- "midpoints" : [ 489.5, 174.0, 289.5, 174.0 ]
0
+ "hidden" : 1,
0
+ "midpoints" : [ 469.5, 174.0, 289.5, 174.0 ]
0
         }
0
 
0
       }
0
@@ -476,7 +607,7 @@
0
         "patchline" :         {
0
           "source" : [ "obj-9", 0 ],
0
           "destination" : [ "obj-1", 0 ],
0
- "hidden" : 0,
0
+ "hidden" : 1,
0
           "midpoints" : [ 309.5, 174.0, 289.5, 174.0 ]
0
         }
0
 
0
@@ -485,8 +616,8 @@
0
         "patchline" :         {
0
           "source" : [ "obj-8", 0 ],
0
           "destination" : [ "obj-1", 0 ],
0
- "hidden" : 0,
0
- "midpoints" : [ 489.5, 74.0, 289.5, 74.0 ]
0
+ "hidden" : 1,
0
+ "midpoints" : [ 469.5, 74.0, 289.5, 74.0 ]
0
         }
0
 
0
       }
0
@@ -494,7 +625,7 @@
0
         "patchline" :         {
0
           "source" : [ "obj-7", 0 ],
0
           "destination" : [ "obj-1", 0 ],
0
- "hidden" : 0,
0
+ "hidden" : 1,
0
           "midpoints" : [ 309.5, 74.0, 289.5, 74.0 ]
0
         }
0
 
0
@@ -508,6 +639,33 @@
0
         }
0
 
0
       }
0
+, {
0
+ "patchline" : {
0
+ "source" : [ "obj-6", 0 ],
0
+ "destination" : [ "obj-1", 0 ],
0
+ "hidden" : 1,
0
+ "midpoints" : [ 629.5, 75.0, 289.5, 75.0 ]
0
+ }
0
+
0
+ }
0
+, {
0
+ "patchline" : {
0
+ "source" : [ "obj-11", 0 ],
0
+ "destination" : [ "obj-1", 0 ],
0
+ "hidden" : 1,
0
+ "midpoints" : [ 629.5, 173.0, 289.5, 173.0 ]
0
+ }
0
+
0
+ }
0
+, {
0
+ "patchline" : {
0
+ "source" : [ "obj-26", 0 ],
0
+ "destination" : [ "obj-1", 0 ],
0
+ "hidden" : 1,
0
+ "midpoints" : [ 629.5, 272.0, 605.0, 272.0, 605.0, 228.0, 289.5, 228.0 ]
0
+ }
0
+
0
+ }
0
  ]
0
   }
0
 

Comments

    No one has commented yet.