From de7545479f6c2fd48761a466ef5ca3b806ca00fe Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 18 Jun 2008 17:15:18 +0000 Subject: fixed library loading issues so that these patches should be more tolerant of the users's setup svn path=/trunk/; revision=10029 --- doc/tutorials/intro/19.storage_objects.pd | 2 +- doc/tutorials/intro/27.Example-all_just_data.pd | 4 ++-- doc/tutorials/intro/32.gui_objects.pd | 12 ++++++------ doc/tutorials/intro/38.math.pd | 4 +++- 4 files changed, 12 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/tutorials/intro/19.storage_objects.pd b/doc/tutorials/intro/19.storage_objects.pd index 57ac4f24..08a9ab98 100644 --- a/doc/tutorials/intro/19.storage_objects.pd +++ b/doc/tutorials/intro/19.storage_objects.pd @@ -1,5 +1,5 @@ #N canvas 10 40 620 460 12; -#X obj 277 25 import iemlib; +#X obj 277 25 import libdir iemlib; #X obj 122 89 symbol; #X obj 63 89 bang; #X obj 303 89 f; diff --git a/doc/tutorials/intro/27.Example-all_just_data.pd b/doc/tutorials/intro/27.Example-all_just_data.pd index d39319e2..9f18651e 100644 --- a/doc/tutorials/intro/27.Example-all_just_data.pd +++ b/doc/tutorials/intro/27.Example-all_just_data.pd @@ -1,9 +1,9 @@ #N canvas 10 40 620 460 12; -#X obj 208 229 import unauthorized Gem; +#X obj 208 229 import Gem; #X text 217 160 caught you peeking!!; #X text 197 255 (this just makes sure the; #X text 200 271 right libraries are loaded); -#X obj 193 124 grid grid1 200 0 199 200 0 199 1 1 1 10 10 245 211; +#X obj 193 124 unauthorized/grid grid1 200 0 199 200 0 199 1 1 1 10 10 245 211; #X obj 25 55 pddp/dsp; #X text 140 11 Its all just data. Use it however you want!; #X obj 193 372 nbx 5 24 -1e+37 1e+37 0 0 empty empty X -15 12 1 18 diff --git a/doc/tutorials/intro/32.gui_objects.pd b/doc/tutorials/intro/32.gui_objects.pd index f8248b0b..8cecb1a1 100644 --- a/doc/tutorials/intro/32.gui_objects.pd +++ b/doc/tutorials/intro/32.gui_objects.pd @@ -1,5 +1,5 @@ #N canvas 10 40 620 460 10; -#X obj 420 33 import cyclone unauthorized; +#X obj 420 33 import libdir cyclone flatspace; #X obj 11 57 cnv 15 600 650 empty empty empty 20 12 0 14 -262131 -66577 0; #X obj 11 348 cnv 15 400 100 empty empty empty 20 12 0 14 -261696 -66577 @@ -27,10 +27,10 @@ \, which you can select from the "Put" menu.; #X text 17 356 There are also some OS-native GUI elements available ; -#X obj 49 404 button OK; +#X obj 49 404 ggee/button OK; #X obj 147 408 popup 124 25 #ffffff popup option; -#X obj 333 404 ticker ; -#X obj 324 529 envgen 200 140 1 0 ; +#X obj 333 404 ggee/ticker ; +#X obj 324 529 ggee/envgen 200 140 1 0 ; #X obj 491 454 knob 32 32 0 127 0 0 empty empty empty 0 -8 32 8 -262144 -1 -1 0 1; #X text 485 428 [knob]; @@ -49,9 +49,9 @@ #X obj 441 112 Scope~ 130 130 256 3 128 -1 1 0 0 0 0 102 255 51 135 135 135 0; #X text 337 98 [nbx]; -#X obj 461 299 gcanvas 80 80; +#X obj 461 299 ggee/gcanvas 80 80; #X text 472 274 [gcanvas]; -#X obj 51 472 grid grid1 200 0 199 200 0 199 1 1 1 10 10 133 520; +#X obj 51 472 unauthorized/grid grid1 200 0 199 200 0 199 1 1 1 10 10 133 520; #X text 71 453 [unauthorized/grid]; #X floatatom 462 386 5 0 0 0 - - -; #X floatatom 534 387 5 0 0 0 - - -; diff --git a/doc/tutorials/intro/38.math.pd b/doc/tutorials/intro/38.math.pd index 6ccae57e..b7ee11b6 100644 --- a/doc/tutorials/intro/38.math.pd +++ b/doc/tutorials/intro/38.math.pd @@ -1,4 +1,6 @@ #N canvas 10 40 620 460 10; +#X declare -lib hexloader -lib maxlib -lib zexy -lib iemlib -lib iemmatrix +-lib markex; #X obj 637 350 +~; #X obj 641 499 trigger; #X text 25 8 ARITHMETIC; @@ -215,7 +217,7 @@ a number with every number or "bang" that is sent to the left inlet. #X obj 201 67 >~; #X obj 228 25 &&~; #X obj 228 46 ||~; -#X obj 228 67 matrix~; +#X obj 228 67 mtx_*~; #X obj 280 25 mavg; #X obj 280 46 mean; #X obj 280 68 divide; -- cgit v1.2.1