aboutsummaryrefslogtreecommitdiff
path: root/s-ireplace-help.pd
diff options
context:
space:
mode:
authorN.N. <chr15m@users.sourceforge.net>2007-11-17 13:58:45 +0000
committerN.N. <chr15m@users.sourceforge.net>2007-11-17 13:58:45 +0000
commit3980b38b7d9efb6f1d322ef0785feaed1f06a806 (patch)
tree56f40e8053708927921138e95b9adc2b427a5340 /s-ireplace-help.pd
parentcf335a829cb3917e17a4d3074ecb193b6b9d7287 (diff)
This commit was generated by cvs2svn to compensate for changes in r9017,HEADsvn2git-headabstractions/s-abstractions
which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/s-abstractions/; revision=9018
Diffstat (limited to 's-ireplace-help.pd')
-rw-r--r--s-ireplace-help.pd16
1 files changed, 16 insertions, 0 deletions
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;