diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-25 00:39:13 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-25 00:39:13 +0000 |
commit | f18d063d9312c95e25294e0777bc135ee9a3fd8a (patch) | |
tree | 54763b4c61f53c8ec696be54bc1c0e8d816c05aa /intToDigits.pd |
Adding mtlsvn2git-root
svn path=/trunk/abstractions/mtl/; revision=12667
Diffstat (limited to 'intToDigits.pd')
-rw-r--r-- | intToDigits.pd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/intToDigits.pd b/intToDigits.pd new file mode 100644 index 0000000..a16778c --- /dev/null +++ b/intToDigits.pd @@ -0,0 +1,23 @@ +#N canvas 427 258 1013 616 10; +#X obj 495 97 mod 10; +#X obj 415 137 t f f; +#X obj 384 215 div 10; +#X obj 417 252 sel 0; +#X obj 347 41 inlet; +#X obj 411 438 outlet; +#X obj 527 438 outlet; +#X obj 347 77 route float; +#X msg 587 355 0; +#X obj 417 337 ./listBuild prepend; +#X connect 0 0 9 1; +#X connect 1 0 2 0; +#X connect 1 1 0 0; +#X connect 2 0 3 0; +#X connect 3 0 9 0; +#X connect 3 1 1 0; +#X connect 4 0 7 0; +#X connect 7 0 1 0; +#X connect 7 1 8 0; +#X connect 8 0 6 0; +#X connect 9 0 5 0; +#X connect 9 1 6 0; |