From 023f5bdefc86f5277c3462e7e26475a083646ef1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 13 Sep 2010 17:00:22 +0000 Subject: created first sketch of import for 'puredata' svn path=/trunk/externals/import/; revision=14117 --- import-help.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 import-help.pd (limited to 'import-help.pd') diff --git a/import-help.pd b/import-help.pd new file mode 100644 index 0000000..8764c7b --- /dev/null +++ b/import-help.pd @@ -0,0 +1,21 @@ +#N canvas 476 83 473 364 10; +#X msg 21 102 bang; +#X obj 21 150 import ext13 memento rradical; +#X text 247 315 released under the GNU GPL; +#X msg 33 126 reset; +#X symbolatom 32 176 0 0 0 0 - - -; +#X obj 21 202 print; +#X text 68 101 get next item in list of loaded libs; +#X text 80 125 start at the top of the list again; +#X text 18 22 [import] loads libraries from the patch. On Pd 0.4 or +greater \, it loads the library into the patch's local namespace. On +older versions \, it loads the libraries into the global namespace. +; +#X text 29 239 Sending bangs to [import] makes it output the loaded +libraries one at a time.; +#X text 18 301 (C) Copyright 2004-6 Hans-Christoph Steiner +; +#X connect 0 0 1 0; +#X connect 1 0 4 0; +#X connect 1 0 5 0; +#X connect 3 0 1 0; -- cgit v1.2.1