diff options
author | N.N <matju@users.sourceforge.net> | 2006-01-09 05:04:19 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:51:14 +0200 |
commit | 57b026b114a2e51865a2e31ea8a8b8e36191df60 (patch) | |
tree | 4b8bb92c2634d9ed5cc38fbce0a0c991a48e1e09 /generics/~.rand.pd | |
parent | fd589e5905e18c63c26f105c3913edbeff2601c6 (diff) |
extern alle im Punity
svn path=/trunk/externals/pureunity/; revision=4380
Diffstat (limited to 'generics/~.rand.pd')
-rw-r--r-- | generics/~.rand.pd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/generics/~.rand.pd b/generics/~.rand.pd new file mode 100644 index 0000000..cb1bf37 --- /dev/null +++ b/generics/~.rand.pd @@ -0,0 +1,22 @@ +#N canvas 339 187 450 177 10; +#X obj 105 118 pow; +#X obj 105 80 t b b; +#X msg 105 99 2; +#X obj 22 98 env~; +#X obj 11 14 inlet; +#X obj 10 143 outlet~; +#X text 52 14 banging the inlet does nothing for signals.; +#X obj 37 62 noise~; +#X obj 135 99 random 64; +#X obj 135 118 - 64; +#X obj 11 62 *~; +#X connect 0 0 10 0; +#X connect 1 0 2 0; +#X connect 1 1 8 0; +#X connect 2 0 0 0; +#X connect 3 0 1 0; +#X connect 7 0 10 1; +#X connect 8 0 9 0; +#X connect 9 0 0 1; +#X connect 10 0 5 0; +#X connect 10 0 3 0; |