Skip to content

Commit 936ad75

Browse files
committed
fixed bug in nothing detector
1 parent c61b70d commit 936ad75

File tree

5 files changed

+14
-18
lines changed

5 files changed

+14
-18
lines changed

.DS_Store

0 Bytes
Binary file not shown.

helicopter/.DS_Store

0 Bytes
Binary file not shown.

nothing-detector/nothing-detector.maxpat

+8-16
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"box" : {
3232
"fontname" : "Arial",
3333
"fontsize" : 12.0,
34-
"id" : "obj-16",
35-
"maxclass" : "newobj",
36-
"numinlets" : 0,
34+
"frgb" : 0.0,
35+
"id" : "obj-17",
36+
"maxclass" : "comment",
37+
"numinlets" : 1,
3738
"numoutlets" : 0,
38-
"patching_rect" : [ 218.0, 32.561508, 95.0, 20.0 ],
39-
"text" : "threshold in ms.",
40-
"varname" : "Threshold"
39+
"patching_rect" : [ 215.0, 32.561508, 99.0, 20.0 ],
40+
"text" : "threshold in ms."
4141
}
4242

4343
}
@@ -329,18 +329,10 @@
329329
}
330330
],
331331
"parameters" : {
332-
"obj-16::obj-10::obj-29" : [ "bypass", "bypass", 0 ],
333-
"obj-16::obj-10::obj-4" : [ "multislider", "multislider", 0 ]
332+
334333
}
335334
,
336-
"dependency_cache" : [ {
337-
"name" : "Threshold.maxpat",
338-
"bootpath" : "/Applications/Max 6.1/Cycling '74/msp-externals/beap/Sequencer",
339-
"patcherrelativepath" : "../../../Applications/Max 6.1/Cycling '74/msp-externals/beap/Sequencer",
340-
"type" : "JSON",
341-
"implicit" : 1
342-
}
343-
]
335+
"dependency_cache" : [ ]
344336
}
345337

346338
}

osc-synth/tz-synth-4-touchOSC.maxpat

+6-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@
8282
"numoutlets" : 1,
8383
"outlettype" : [ "" ],
8484
"patching_rect" : [ 642.5, 214.0, 161.0, 18.0 ],
85-
"text" : "/1/fader5 0.468401"
85+
"presentation" : 1,
86+
"presentation_rect" : [ 589.0, 264.0, 161.0, 18.0 ],
87+
"text" : "/1/fader5 0.457249"
8688
}
8789

8890
}
@@ -96,6 +98,8 @@
9698
"numoutlets" : 1,
9799
"outlettype" : [ "" ],
98100
"patching_rect" : [ 615.5, 179.0, 99.0, 20.0 ],
101+
"presentation" : 1,
102+
"presentation_rect" : [ 589.0, 237.5, 99.0, 20.0 ],
99103
"text" : "udpreceive 8000"
100104
}
101105

@@ -3220,9 +3224,9 @@
32203224
}
32213225
],
32223226
"parameters" : {
3223-
"obj-1" : [ "live.dial", "live.dial", 0 ],
32243227
"obj-6" : [ "live.dial[1]", "live.dial", 0 ],
32253228
"obj-17" : [ "live.dial[2]", "live.dial[2]", 0 ],
3229+
"obj-1" : [ "live.dial", "live.dial", 0 ],
32263230
"obj-18" : [ "live.dial[3]", "live.dial", 0 ]
32273231
}
32283232
,

web-video-streaming/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)