aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/help-key.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-key.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-key.pd')
-rw-r--r--doc/pddp/help-key.pd2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pddp/help-key.pd b/doc/pddp/help-key.pd
index 19a68f5b..ff0ae4fb 100644
--- a/doc/pddp/help-key.pd
+++ b/doc/pddp/help-key.pd
@@ -150,7 +150,7 @@ non-printing keys like shift or "F1".;
events which can depend on the stacking order of windows and/or the
pointer location. This is dependent on the system.;
#X text 155 542 - Dave Sabine \, July 11 \, 2003;
-#X obj 281 514 all_about_hid;
+#X obj 281 514 pddp_open all_about_hid;
#X text 105 515 for more on HIDs:;
#X connect 17 0 18 0;
#X connect 18 0 25 0;