aboutsummaryrefslogtreecommitdiff
path: root/examples/nop~.pd
blob: 96673bcc57fb182537600ba16ec086eebade14bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#N canvas 25 -4 689 488 10;
#X obj 89 71 nop~;
#X text 134 73 will do nothing !!! but nevertheless it takes some time;
#X text 132 85 so the signal is delay for 1 block...;
#X text 131 98 Use this to synchronize signals;
#X obj 60 216 osc~ 440;
#X obj 60 312 -~;
#X obj 60 339 env~;
#X floatatom 59 364;
#X obj 88 247 nop~;
#X text 132 121 by the way \, you can use it as a cheap and very short delay too;
#X text 135 158 ...or as a dummy for anything~...;
#X connect 4 0 5 0;
#X connect 4 0 8 0;
#X connect 5 0 6 0;
#X connect 6 0 7 0;
#X connect 8 0 5 1;