aboutsummaryrefslogtreecommitdiff
path: root/receive13~-help.pd
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2010-11-27 02:09:06 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2010-11-27 02:09:06 +0000
commit817596ec98499c28d31c0f33c9ffa42e49896af3 (patch)
tree72f656d4ee7994abfeae7863d74e38e008b7373b /receive13~-help.pd
parentf3b011b484970a48d16980441cff63f3a99080b3 (diff)
made some basic example patches, added META subpatch
svn path=/trunk/externals/ext13/; revision=14529
Diffstat (limited to 'receive13~-help.pd')
-rw-r--r--receive13~-help.pd53
1 files changed, 50 insertions, 3 deletions
diff --git a/receive13~-help.pd b/receive13~-help.pd
index dfa173f..7104cd7 100644
--- a/receive13~-help.pd
+++ b/receive13~-help.pd
@@ -1,3 +1,50 @@
-#N canvas 3 48 450 300 10;
-#X text 50 110 This is a placeholder help patch. You can help by making
-a real help patch for this object!;
+#N canvas 0 31 492 406 10;
+#N canvas 502 156 494 344 META 0;
+#X text 12 145 RELEASE_DATE 2009-06-12;
+#X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 105 OUTLET_0 signal;
+#X text 12 25 KEYWORDS signal nonlocal;
+#X text 12 125 AUTHOR d13@klingt.org;
+#X text 12 85 INLET_0 set;
+#X text 12 45 LICENSE GPL v2;
+#X text 12 65 DESCRIPTION receive~ clone;
+#X text 12 5 ALIAS r13~;
+#X restore 430 379 pd META;
+#X floatatom 157 65 5 0 0 0 - - -;
+#X obj 157 91 sig~;
+#X obj 156 231 metro 150;
+#X obj 156 185 loadbang;
+#X obj 156 210 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
+1;
+#X obj 36 262 snapshot~;
+#X floatatom 36 299 5 0 0 0 - - -;
+#X msg 320 73 \; pd dsp \$1;
+#X obj 320 49 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
+1;
+#X text 108 260 Oddities:;
+#X msg 210 74 set sig3;
+#X msg 227 106 set sig4;
+#X msg 37 110 set sig3;
+#X msg 54 144 set sig4;
+#X text 164 24 - works just like [receive~];
+#X obj 37 185 receive13~ sig3;
+#X obj 157 144 send13~ sig3;
+#X text 108 280 * when you send a set message to receive13~ the receive-name
+is immediately updated. However \, if you send a set message to send13~
+it won't get updated until you toggle DSP on and off;
+#X text 108 340 * send13~ doesn't automatically convert incoming floats
+to a signal;
+#X text 24 24 [receive13~] or [r13~];
+#X connect 1 0 2 0;
+#X connect 2 0 17 0;
+#X connect 3 0 6 0;
+#X connect 4 0 5 0;
+#X connect 5 0 3 0;
+#X connect 6 0 7 0;
+#X connect 9 0 8 0;
+#X connect 11 0 17 0;
+#X connect 12 0 17 0;
+#X connect 13 0 16 0;
+#X connect 14 0 16 0;
+#X connect 16 0 6 0;