Damian Stewart wrote:
hey everyone,
to complement Roman Haefeli's excellent 808 kick and clap abstractions
(http://www.romanhaefeli.net/software/pd/rdz_dsplib.tar.gz), i've put
together a hihat and cowbell, constructed by close listening to a
collection of 808 samples. it's not perfect but it's close enough.
whoops, forgot the [d-smooth~]. oh, and [d-default].
i should clean up the d-lib and release it, really..
d
--
damian stewart | +31 6 5902 5782 | damian@frey.co.nz
frey | live art with machines |
http://www.frey.co.nz
#N canvas 581 174 522 372 10;
#X obj 50 110 == 0;
#X obj 49 165 f $2;
#X obj 50 136 sel 1 0;
#X obj 71 187 f $1;
#X obj 50 79 init $1;
#X text 166 86 usage: [d-default $2 30];
#X text 169 107 if $2 is 0 , output 30 , else output $2;
#X obj 18 40 inlet;
#X text 162 143 input: passes straight through;
#X obj 49 257 f;
#X obj 50 287 outlet;
#X text 163 35 provide default argument functionality;
#X connect 0 0 2 0;
#X connect 1 0 9 0;
#X connect 2 0 1 0;
#X connect 2 1 3 0;
#X connect 3 0 9 0;
#X connect 4 0 0 0;
#X connect 7 0 9 0;
#X connect 9 0 10 0;
#N canvas 409 245 462 312 10;
#X obj 66 185 outlet~;
#X obj 67 40 inlet;
#X obj 66 110 line~;
#X obj 66 76 pack 0 10;
#X obj 124 52 d-default $1 10;
#X obj 248 50 inlet;
#X text 165 137 smooth from signal rate to audio rate;
#X text 162 157 first arg / right inlet sets smooth time;
#X connect 1 0 3 0;
#X connect 2 0 0 0;
#X connect 3 0 2 0;
#X connect 4 0 3 1;
#X connect 5 0 3 1;