From b8ed40f8c8bb856e4e2b1a5e314bd42ec7f1f9f6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 26 Apr 2005 05:34:40 +0000 Subject: 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 --- doc/pddp/help-send.pd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/pddp/help-send.pd') diff --git a/doc/pddp/help-send.pd b/doc/pddp/help-send.pd index e7cfefdc..9f4c816f 100644 --- a/doc/pddp/help-send.pd +++ b/doc/pddp/help-send.pd @@ -31,7 +31,7 @@ #X text 188 177 [send13~]; #X restore 117 499 pd Related_Objects; #N canvas 90 1 655 636 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 27 511 There is a lot of information available about [send] and [receive] \, but that means there's lots to know! Open the abstraction below to learn more...; -- cgit v1.2.1