[PD-cvs] SF.net SVN: pure-data: [10029] trunk/doc/tutorials/intro

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Wed Jun 18 19:15:19 CEST 2008


Revision: 10029
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10029&view=rev
Author:   eighthave
Date:     2008-06-18 10:15:18 -0700 (Wed, 18 Jun 2008)

Log Message:
-----------
fixed library loading issues so that these patches should be more tolerant of the users's setup

Modified Paths:
--------------
    trunk/doc/tutorials/intro/19.storage_objects.pd
    trunk/doc/tutorials/intro/27.Example-all_just_data.pd
    trunk/doc/tutorials/intro/32.gui_objects.pd
    trunk/doc/tutorials/intro/38.math.pd

Modified: trunk/doc/tutorials/intro/19.storage_objects.pd
===================================================================
--- trunk/doc/tutorials/intro/19.storage_objects.pd	2008-06-18 17:01:01 UTC (rev 10028)
+++ trunk/doc/tutorials/intro/19.storage_objects.pd	2008-06-18 17:15:18 UTC (rev 10029)
@@ -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;

Modified: trunk/doc/tutorials/intro/27.Example-all_just_data.pd
===================================================================
--- trunk/doc/tutorials/intro/27.Example-all_just_data.pd	2008-06-18 17:01:01 UTC (rev 10028)
+++ trunk/doc/tutorials/intro/27.Example-all_just_data.pd	2008-06-18 17:15:18 UTC (rev 10029)
@@ -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

Modified: trunk/doc/tutorials/intro/32.gui_objects.pd
===================================================================
--- trunk/doc/tutorials/intro/32.gui_objects.pd	2008-06-18 17:01:01 UTC (rev 10028)
+++ trunk/doc/tutorials/intro/32.gui_objects.pd	2008-06-18 17:15:18 UTC (rev 10029)
@@ -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 - - -;

Modified: trunk/doc/tutorials/intro/38.math.pd
===================================================================
--- trunk/doc/tutorials/intro/38.math.pd	2008-06-18 17:01:01 UTC (rev 10028)
+++ trunk/doc/tutorials/intro/38.math.pd	2008-06-18 17:15:18 UTC (rev 10029)
@@ -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 @@
 #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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list