From 3980b38b7d9efb6f1d322ef0785feaed1f06a806 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 17 Nov 2007 13:58:45 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r9017, which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/s-abstractions/; revision=9018 --- s-ireplace-help.pd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 s-ireplace-help.pd (limited to 's-ireplace-help.pd') diff --git a/s-ireplace-help.pd b/s-ireplace-help.pd new file mode 100644 index 0000000..5395fe2 --- /dev/null +++ b/s-ireplace-help.pd @@ -0,0 +1,16 @@ +#N canvas 221 400 450 300 10; +#X msg 14 102 clear; +#X msg 28 134 rule 1 2 3 2 \, rule 2 3 3 1 \, rule 3 2 1; +#X floatatom 36 163 5 0 0 0 - - -; +#X obj 14 218 print; +#X text 12 10 s-replacer replaces integers with lists of other integers. +First \, set up rules using the 'rule x x x x x ...' message. The 'clear' +message clears out all rules. Next \, send the first integer of a rule +to recall the list that it corresponds to.; +#X text 88 164 <- 1 \, 2 \, and 3 will yeild the lists input above. +; +#X obj 14 196 s-ireplace; +#X connect 0 0 6 0; +#X connect 1 0 6 0; +#X connect 2 0 6 0; +#X connect 6 0 3 0; -- cgit v1.2.1