From 7b9194564bae89062cc9232d2f22a414d1eda436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 27 Nov 2008 15:59:32 +0000 Subject: renamed [saveargs] to [canvasargs] svn path=/trunk/externals/iem/iemguts/; revision=10398 --- help/canvasargs-help.pd | 25 +++++++++++++++++++++++++ help/saveargs-help.pd | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 help/canvasargs-help.pd delete mode 100644 help/saveargs-help.pd (limited to 'help') diff --git a/help/canvasargs-help.pd b/help/canvasargs-help.pd new file mode 100644 index 0000000..a8ea945 --- /dev/null +++ b/help/canvasargs-help.pd @@ -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; diff --git a/help/saveargs-help.pd b/help/saveargs-help.pd deleted file mode 100644 index efcc739..0000000 --- a/help/saveargs-help.pd +++ /dev/null @@ -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; -- cgit v1.2.1