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-serialize-help.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-serialize-help.pd')
-rw-r--r-- | s-serialize-help.pd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/s-serialize-help.pd b/s-serialize-help.pd new file mode 100644 index 0000000..704a2bb --- /dev/null +++ b/s-serialize-help.pd @@ -0,0 +1,13 @@ +#N canvas 632 290 450 300 10; +#X obj 9 71 s-serialize; +#X text 9 7 Takes a list and serialises it (outputs one value from +the list every time it's banged.; +#X msg 81 47 10 9 8 7 hello mr pants 3 2 1; +#X obj 9 100 print; +#X obj 81 96 print done; +#X obj 9 48 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 +; +#X connect 0 0 3 0; +#X connect 0 1 4 0; +#X connect 2 0 0 1; +#X connect 5 0 0 0; |