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/speedlimiter.pd | |
parent | bf86048f7010a51cbfe50c9f417f7cf8dbb2b8c0 (diff) |
initial commit of the puremapping abstraction collection
svn path=/trunk/abstractions/nusmuk/; revision=11004
Diffstat (limited to 'puremapping/speedlimiter.pd')
-rw-r--r-- | puremapping/speedlimiter.pd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/puremapping/speedlimiter.pd b/puremapping/speedlimiter.pd new file mode 100644 index 0000000..065adb5 --- /dev/null +++ b/puremapping/speedlimiter.pd @@ -0,0 +1,27 @@ +#N canvas 1011 215 305 353 10; +#X obj 58 42 inlet; +#X obj 87 258 outlet; +#X obj 166 38 inlet; +#X obj 88 107 -; +#X obj 88 198 +; +#X obj 58 72 t f f; +#X obj 87 227 f; +#X obj 88 167 max; +#X obj 166 119 * -1; +#X obj 166 86 \$1; +#X obj 88 140 min; +#X obj 178 61 loadbang; +#X connect 0 0 5 0; +#X connect 2 0 9 0; +#X connect 3 0 10 0; +#X connect 4 0 6 0; +#X connect 5 1 3 0; +#X connect 6 0 4 1; +#X connect 6 0 3 1; +#X connect 6 0 1 0; +#X connect 7 0 4 0; +#X connect 8 0 7 1; +#X connect 9 0 8 0; +#X connect 9 0 10 1; +#X connect 10 0 7 0; +#X connect 11 0 9 0; |