[PD-cvs] SF.net SVN: pure-data:[10398] trunk/externals/iem/iemguts

zmoelnig at users.sourceforge.net zmoelnig at users.sourceforge.net
Thu Nov 27 16:59:33 CET 2008


Revision: 10398
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10398&view=rev
Author:   zmoelnig
Date:     2008-11-27 15:59:32 +0000 (Thu, 27 Nov 2008)

Log Message:
-----------
renamed [saveargs] to [canvasargs]

Modified Paths:
--------------
    trunk/externals/iem/iemguts/examples/gopcanvas.pd

Added Paths:
-----------
    trunk/externals/iem/iemguts/help/canvasargs-help.pd

Removed Paths:
-------------
    trunk/externals/iem/iemguts/help/saveargs-help.pd

Modified: trunk/externals/iem/iemguts/examples/gopcanvas.pd
===================================================================
--- trunk/externals/iem/iemguts/examples/gopcanvas.pd	2008-11-27 15:57:15 UTC (rev 10397)
+++ trunk/externals/iem/iemguts/examples/gopcanvas.pd	2008-11-27 15:59:32 UTC (rev 10398)
@@ -200,7 +200,7 @@
 #X connect 39 1 37 0;
 #X connect 39 2 38 0;
 #X restore 138 304 pd propertyguts;
-#X obj 223 331 saveargs;
+#X obj 223 331 canvasargs;
 #X text 43 37 this is a simple abstraction that displays a canvas via
 gop.;
 #X text 38 168 the canvas-color can be changed via a properties-panel

Copied: trunk/externals/iem/iemguts/help/canvasargs-help.pd (from rev 10396, trunk/externals/iem/iemguts/help/saveargs-help.pd)
===================================================================
--- trunk/externals/iem/iemguts/help/canvasargs-help.pd	                        (rev 0)
+++ trunk/externals/iem/iemguts/help/canvasargs-help.pd	2008-11-27 15:59:32 UTC (rev 10398)
@@ -0,0 +1,25 @@
+#N canvas 315 241 645 450 10;
+#X text 39 77 usage:;
+#X text 367 336 (c) IOhannes m zmoelnig @ iem \, 2007;
+#X obj 90 43 canvasargs;
+#X text 174 44 manipulate the abstractions arguments (and name) on
+saving;
+#X obj 71 384 canvasargs;
+#X msg 71 281 list 10 20;
+#X msg 91 303 list quite a lot of arguments;
+#X msg 102 340 abstraction1;
+#X msg 118 357 abstraction2 argument1;
+#X text 83 78 put the [canvasargs] in your abstraction;
+#X text 81 114 send a _list_ of new arguments to the [canvasargs];
+#X text 82 130 save the parent patch;
+#X text 83 94 put the abstraction in your parent patch;
+#X text 74 150 --> the parent patch will save your abstraction with
+the arguments you sent to [canvasargs] instead of the original ones;
+#X text 77 203 you can also change the (saved) name of the abstraction
+\, by using a selector other than "list" (and the like).;
+#X text 77 226 take care \, as this can totally change the behaviour
+of your patch (or break it);
+#X connect 5 0 4 0;
+#X connect 6 0 4 0;
+#X connect 7 0 4 0;
+#X connect 8 0 4 0;


Property changes on: trunk/externals/iem/iemguts/help/canvasargs-help.pd
___________________________________________________________________
Added: svn:mergeinfo
   + 

Deleted: trunk/externals/iem/iemguts/help/saveargs-help.pd
===================================================================
--- trunk/externals/iem/iemguts/help/saveargs-help.pd	2008-11-27 15:57:15 UTC (rev 10397)
+++ trunk/externals/iem/iemguts/help/saveargs-help.pd	2008-11-27 15:59:32 UTC (rev 10398)
@@ -1,25 +0,0 @@
-#N canvas 315 241 645 450 10;
-#X text 39 77 usage:;
-#X text 367 336 (c) IOhannes m zmoelnig @ iem \, 2007;
-#X obj 90 43 saveargs;
-#X text 174 44 manipulate the abstractions arguments (and name) on
-saving;
-#X obj 71 384 saveargs;
-#X msg 71 281 list 10 20;
-#X msg 91 303 list quite a lot of arguments;
-#X msg 102 340 abstraction1;
-#X msg 118 357 abstraction2 argument1;
-#X text 83 78 put the [saveargs] in your abstraction;
-#X text 81 114 send a _list_ of new arguments to the [saveargs];
-#X text 82 130 save the parent patch;
-#X text 83 94 put the abstraction in your parent patch;
-#X text 74 150 --> the parent patch will save your abstraction with
-the arguments you sent to [saveargs] instead of the original ones;
-#X text 77 203 you can also change the (saved) name of the abstraction
-\, by using a selector other than "list" (and the like).;
-#X text 77 226 take care \, as this can totally change the behaviour
-of your patch (or break it);
-#X connect 5 0 4 0;
-#X connect 6 0 4 0;
-#X connect 7 0 4 0;
-#X connect 8 0 4 0;


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