aboutsummaryrefslogtreecommitdiff
path: root/examples/sigzero~.pd
blob: 4b5d09bf4bc3ff27f54a384208fc0af1f15e06fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
#N canvas 0 0 594 494 10;
#X obj 79 235 sigzero~;
#X obj 79 187 sig~;
#X floatatom 79 129;
#X floatatom 79 262;
#X obj 117 313 print signal;
#X obj 117 264 select 0;
#X msg 117 289 off;
#X msg 176 288 on;
#X text 72 42 sigzero~ detects whether there is a signal or not (e.g. zeroes throughout);
#X obj 74 25 sigzero~;
#X msg 136 161 bang;
#X msg 135 185 off;
#X floatatom 135 208;
#X text 216 163 turn the detector on;
#X text 216 188 turn it off;
#X text 217 210 turn it on/off;
#X text 114 128 try me;
#X text 56 368;
#N canvas 0 0 594 394 sub 0;
#X obj 152 104 inlet~;
#X obj 152 155 nop~;
#X obj 152 210 outlet~;
#X text 190 157 imagine we were doing some VERY heavy calcs here;
#X obj 427 48 inlet;
#X obj 427 75 switch~;
#X text 35 272 if the heavy calculations done here are done in vain because there is no incoming signal \, it would be better to turn the whole sub-patch off...;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 4 0 5 0;
#X restore 76 433 page sub;
#X obj 76 383 adc~ 1;
#X obj 76 458 dac~ 1;
#X obj 135 410 sigzero~;
#X text 213 410 that's how i use it;
#X connect 0 0 3 0;
#X connect 0 0 5 0;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
#X connect 5 0 6 0;
#X connect 5 1 7 0;
#X connect 6 0 4 0;
#X connect 7 0 4 0;
#X connect 10 0 0 0;
#X connect 11 0 0 0;
#X connect 12 0 0 0;
#X connect 18 0 20 0;
#X connect 19 0 18 0;
#X connect 19 0 21 0;
#X connect 21 0 18 1;