diff options
author | N.N. <chr15m@users.sourceforge.net> | 2007-11-17 13:58:45 +0000 |
---|---|---|
committer | N.N. <chr15m@users.sourceforge.net> | 2007-11-17 13:58:45 +0000 |
commit | 3980b38b7d9efb6f1d322ef0785feaed1f06a806 (patch) | |
tree | 56f40e8053708927921138e95b9adc2b427a5340 /s-ireplace.pd | |
parent | cf335a829cb3917e17a4d3074ecb193b6b9d7287 (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.pd')
-rw-r--r-- | s-ireplace.pd | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/s-ireplace.pd b/s-ireplace.pd new file mode 100644 index 0000000..d1048da --- /dev/null +++ b/s-ireplace.pd @@ -0,0 +1,36 @@ +#N canvas 702 105 450 375 10; +#X obj 9 13 inlet; +#X obj 9 177 textfile; +#X obj 9 35 route clear rule; +#X msg 9 58 clear; +#X obj 62 85 list prepend add; +#X obj 62 107 list trim; +#X obj 75 178 until; +#X obj 75 133 t b b; +#X msg 105 154 rewind; +#X obj 9 227 list split 1; +#X obj 9 252 ==; +#X obj 9 300 list; +#X obj 9 273 sel 1; +#X obj 9 347 outlet; +#X obj 116 57 t b l; +#X connect 0 0 2 0; +#X connect 1 0 9 0; +#X connect 1 1 6 1; +#X connect 2 0 3 0; +#X connect 2 1 4 0; +#X connect 2 2 14 0; +#X connect 3 0 1 0; +#X connect 4 0 5 0; +#X connect 5 0 1 0; +#X connect 6 0 1 0; +#X connect 7 0 6 0; +#X connect 7 1 8 0; +#X connect 8 0 1 0; +#X connect 9 0 10 0; +#X connect 9 1 11 1; +#X connect 10 0 12 0; +#X connect 11 0 13 0; +#X connect 12 0 11 0; +#X connect 14 0 7 0; +#X connect 14 1 10 1; |