diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-11-27 15:59:32 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-11-27 15:59:32 +0000 |
commit | 7b9194564bae89062cc9232d2f22a414d1eda436 (patch) | |
tree | 6cb976c45661738cf1462868a99adce5a4d2c01d /help | |
parent | b31e9007354abc1f613087ec877d29e77e71b42b (diff) |
renamed [saveargs] to [canvasargs]
svn path=/trunk/externals/iem/iemguts/; revision=10398
Diffstat (limited to 'help')
-rw-r--r-- | help/canvasargs-help.pd (renamed from help/saveargs-help.pd) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/help/saveargs-help.pd b/help/canvasargs-help.pd index efcc739..a8ea945 100644 --- a/help/saveargs-help.pd +++ b/help/canvasargs-help.pd @@ -1,20 +1,20 @@ #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 obj 90 43 canvasargs; #X text 174 44 manipulate the abstractions arguments (and name) on saving; -#X obj 71 384 saveargs; +#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 [saveargs] in your abstraction; -#X text 81 114 send a _list_ of new arguments to the [saveargs]; +#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 [saveargs] instead of the original ones; +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 |