aboutsummaryrefslogtreecommitdiff
path: root/examples/nop~.pd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nop~.pd')
-rw-r--r--examples/nop~.pd17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/nop~.pd b/examples/nop~.pd
deleted file mode 100644
index 96673bc..0000000
--- a/examples/nop~.pd
+++ /dev/null
@@ -1,17 +0,0 @@
-#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;