diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-09 19:57:15 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | d6ba9999928ae41c5e3801c5c271860615b00700 (patch) | |
tree | 812404ca7f8d6583c9aa8376c5ed187beee651e8 /oneshot-help.pd | |
parent | 7fe3362ee2afcd57daa1bb04b1ed6d103a6b5662 (diff) |
ported purepd to template Makefile/debian
svn path=/trunk/abstractions/purepd/; revision=13417
Diffstat (limited to 'oneshot-help.pd')
-rw-r--r-- | oneshot-help.pd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/oneshot-help.pd b/oneshot-help.pd new file mode 100644 index 0000000..f976360 --- /dev/null +++ b/oneshot-help.pd @@ -0,0 +1,11 @@ +#N canvas 151 485 600 500 10;
+#X text 124 68 GEM object;
+#X obj 123 298 print out1;
+#X msg 123 155 bang;
+#X text 138 23 oneshot;
+#X obj 123 219 oneshot;
+#X msg 188 154 clear;
+#X text 61 385 oneshot blocks after the initial bang \, until a clear message is received.;
+#X connect 2 0 4 0;
+#X connect 4 0 1 0;
+#X connect 5 0 4 0;
|