diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-07 16:52:43 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-07 16:52:43 +0000 |
commit | 74f532a86c1ef251a86f610433e65e0fe11c1b1e (patch) | |
tree | 933294a696c9a3922834e01728b9611fbbf841a7 | |
parent | 2ebf3a93d6556a882f8d41c13071195941f63a9d (diff) |
oops noisegate~ is an object not a help patch
svn path=/trunk/externals/motex/; revision=4163
-rw-r--r-- | noisegate~.pd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/noisegate~.pd b/noisegate~.pd new file mode 100644 index 0000000..c5a859f --- /dev/null +++ b/noisegate~.pd @@ -0,0 +1,23 @@ +#N canvas 5 21 499 368 10; +#X obj 149 44 inlet~; +#X obj 149 314 outlet~; +#X obj 188 139 moses \$1; +#X msg 188 167 bang; +#X msg 257 168 bang; +#X obj 257 189 pack 1 \$2; +#X text 328 309 IM 2001; +#X obj 188 189 pack 0 \$3; +#X obj 188 220 line~; +#X obj 149 279 *~; +#X obj 188 110 env~; +#X connect 0 0 9 0; +#X connect 0 0 10 0; +#X connect 2 0 3 0; +#X connect 2 1 4 0; +#X connect 3 0 7 0; +#X connect 4 0 5 0; +#X connect 5 0 8 0; +#X connect 7 0 8 0; +#X connect 8 0 9 1; +#X connect 9 0 1 0; +#X connect 10 0 2 0; |