diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2009-04-10 17:52:07 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2009-04-10 17:52:07 +0000 |
commit | 779b45410e8c76b2984d26823e97310c7601b38f (patch) | |
tree | c3fea5dab11bd7b6285f7764efc518657f626eb9 /puremapping/delay_n.pd | |
parent | bf86048f7010a51cbfe50c9f417f7cf8dbb2b8c0 (diff) |
initial commit of the puremapping abstraction collection
svn path=/trunk/abstractions/nusmuk/; revision=11004
Diffstat (limited to 'puremapping/delay_n.pd')
-rw-r--r-- | puremapping/delay_n.pd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/puremapping/delay_n.pd b/puremapping/delay_n.pd new file mode 100644 index 0000000..549264b --- /dev/null +++ b/puremapping/delay_n.pd @@ -0,0 +1,17 @@ +#N canvas 212 243 661 510 10; +#X obj 160 88 t f b; +#X obj 159 50 inlet; +#X obj 49 52 inlet; +#X obj 92 189 outlet; +#X obj 49 131 list split \$1; +#X obj 48 86 list; +#X obj 92 156 route float; +#X connect 0 0 4 1; +#X connect 0 1 5 1; +#X connect 1 0 0 0; +#X connect 2 0 5 0; +#X connect 4 0 5 1; +#X connect 4 1 6 0; +#X connect 4 2 5 1; +#X connect 5 0 4 0; +#X connect 6 0 3 0; |