aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/help-receive.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-26 05:34:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-26 05:34:40 +0000
commitb8ed40f8c8bb856e4e2b1a5e314bd42ec7f1f9f6 (patch)
tree7dff78e8c09ad980953b6de7730066b0d001beb3 /doc/pddp/help-receive.pd
parent8ce2b8755d6c017e6ce5213e35e3e792d4ad8763 (diff)
made an object, [pddp_open] which opens a giving patch on the fly. This way, it is no longer necessary to instantiate an object in a help patch in order for it to be linked. For example, the [hid] help patch doesn't need an instance of [all_about_hid]. [all_about_hid] is opened upon request via [pddp_open]. This eliminates bugs and makes the help system load fast, since its loading much less.
svn path=/trunk/; revision=2824
Diffstat (limited to 'doc/pddp/help-receive.pd')
-rw-r--r--doc/pddp/help-receive.pd2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pddp/help-receive.pd b/doc/pddp/help-receive.pd
index a78b6897..182960ac 100644
--- a/doc/pddp/help-receive.pd
+++ b/doc/pddp/help-receive.pd
@@ -30,7 +30,7 @@
#X obj 350 54 value;
#X restore 117 499 pd Related_Objects;
#N canvas 57 0 649 630 More_Info 0;
-#X obj 44 576 all_about_send_n_receive;
+#X obj 44 576 pddp_open all_about_send_n_receive;
#X text 25 18 MESSAGES AND DATA TYPES;
#X text 40 41 PD's [send] and [receive] objects can communicate any
data type that is supported by PD: floats \, anythings \, lists \,