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 /arpeggio.pd |
Adding mtlsvn2git-root
svn path=/trunk/abstractions/mtl/; revision=12667
Diffstat (limited to 'arpeggio.pd')
-rw-r--r-- | arpeggio.pd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/arpeggio.pd b/arpeggio.pd new file mode 100644 index 0000000..c680828 --- /dev/null +++ b/arpeggio.pd @@ -0,0 +1,38 @@ +#N canvas 567 137 412 526 10; +#X obj 50 166 list append; +#X obj 239 5 inlet; +#X obj 47 23 inlet; +#X obj 50 287 +; +#X obj 206 215 * 12; +#X obj 213 98 t a a; +#X obj 179 149 t f f; +#X obj 208 191 div; +#X obj 48 487 outlet; +#X obj 304 4 loadbang; +#X obj 51 80 t b f; +#X obj 304 47 list; +#X obj 172 181 mod; +#X obj 171 202 + 1; +#X obj 248 146 list length; +#X obj 50 228 zexy/packel; +#X obj 304 26 iemlib/dollarg; +#X connect 0 0 15 0; +#X connect 1 0 5 0; +#X connect 2 0 10 0; +#X connect 3 0 8 0; +#X connect 4 0 3 1; +#X connect 5 0 0 1; +#X connect 5 1 14 0; +#X connect 6 0 12 0; +#X connect 6 1 7 0; +#X connect 7 0 4 0; +#X connect 9 0 16 0; +#X connect 10 0 0 0; +#X connect 10 1 6 0; +#X connect 11 0 5 0; +#X connect 12 0 13 0; +#X connect 13 0 15 1; +#X connect 14 0 7 1; +#X connect 14 0 12 1; +#X connect 15 0 3 0; +#X connect 16 0 11 0; |