aboutsummaryrefslogtreecommitdiff
path: root/examples/nop~.pd
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-10-09 10:19:04 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-10-09 10:19:04 +0000
commitd2eec74a4d8c21aad495ba61539486b24d7ab8dc (patch)
tree8340a62efe3eb1d42dc40265723c2704d3bd6452 /examples/nop~.pd
moved from zexy/zexy to zexysvn2git-root
svn path=/trunk/externals/zexy/; revision=169
Diffstat (limited to 'examples/nop~.pd')
-rw-r--r--examples/nop~.pd17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/nop~.pd b/examples/nop~.pd
new file mode 100644
index 0000000..96673bc
--- /dev/null
+++ b/examples/nop~.pd
@@ -0,0 +1,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;