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/TODO | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'doc/pddp/TODO') diff --git a/doc/pddp/TODO b/doc/pddp/TODO index ed3d67f5..ef4f84e8 100644 --- a/doc/pddp/TODO +++ b/doc/pddp/TODO @@ -1,7 +1,2 @@ -- auto-generate table_of_contents.pd from all all_about_*.pd patches - -- make a Pd patch to launch table_of_contents.pd to solve recursive problem - -- make [pddp] a patch that opens the filename given as an argument using an - internal GOP bang. For example: [[]pddp all_about_hid]. +- change [pwd] to whatever the object is finally called. -- cgit v1.2.1