hi
though i could realize my idea (thanks to cyrille and frank), this was not the solution for my original problem: modelling the snare-sound of the snaredrum of tr-808. i could extract the (original) pure snare-sound by subtracting a soundsample without snare from a sample with both membrans and snare (here: http://www.netpd.org/~roman/sd_snare.wav). when looking at the waveform, it doesn't really look like noise, rather like a kind of filtered dirac, triggered randomly in time. i was not able yet to create this sound in pd (i haven't come even close to it :-( ), though i'm convinced it should be possible, when it was possible to do it the analogue way. if someone has made any efforts in this stuff, i would be very interested ( i'm surely not the first person on the list, who tries to simulate fancy hardware like tr808 and tr909).
for everybody interested: attached is my first try to emulate the 808-bassdrum.
cheers roman
Roman Haefeli a écrit :
hi
though i could realize my idea (thanks to cyrille and frank), this was not the solution for my original problem: modelling the snare-sound of the snaredrum of tr-808. i could extract the (original) pure snare-sound by subtracting a soundsample without snare from a sample with both membrans and snare (here: http://www.netpd.org/~roman/sd_snare.wav). when looking at the waveform, it doesn't really look like noise, rather like a kind of filtered dirac, triggered randomly in time.
here is a patch trying to reproduce this. not really like the original sound, but ...
cyrille
i was not able yet to create this sound in pd (i haven't come even close to it :-( ), though i'm convinced it should be possible, when it was possible to do it the analogue way. if someone has made any efforts in this stuff, i would be very interested ( i'm surely not the first person on the list, who tries to simulate fancy hardware like tr808 and tr909).
for everybody interested: attached is my first try to emulate the 808-bassdrum.
cheers roman
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
#N canvas 0 0 747 438 10; #X obj 139 102 noise~; #X obj 139 308 dac~; #X obj 362 151 line~; #X obj 361 175 *~; #X obj 138 274 *~; #X msg 362 128 1 , 0 300; #X obj 139 142 >~ 0.95; #X obj 139 229 bp~ 8000 4; #X floatatom 183 124 5 0 0 0 - - -; #X obj 234 146 * 1000; #X floatatom 234 123 5 0 0 0 - - -; #X floatatom 292 125 5 0 0 0 - - -; #X obj 362 103 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X connect 0 0 6 0; #X connect 2 0 3 0; #X connect 2 0 3 1; #X connect 3 0 4 1; #X connect 4 0 1 0; #X connect 4 0 1 1; #X connect 5 0 2 0; #X connect 6 0 7 0; #X connect 7 0 4 0; #X connect 8 0 6 1; #X connect 9 0 7 1; #X connect 10 0 9 0; #X connect 11 0 7 2; #X connect 12 0 5 0;
Hallo, cyrille henry hat gesagt: // cyrille henry wrote:
Roman Haefeli a écrit :
though i could realize my idea (thanks to cyrille and frank), this was not the solution for my original problem: modelling the snare-sound of the snaredrum of tr-808. i could extract the (original) pure snare-sound by subtracting a soundsample without snare from a sample with both membrans and snare (here: http://www.netpd.org/~roman/sd_snare.wav). when looking at the waveform, it doesn't really look like noise, rather like a kind of filtered dirac, triggered randomly in time.
here is a patch trying to reproduce this. not really like the original sound, but ...
I also like these: http://www.obiwannabe.co.uk/padawan12/Electric-Drums.pd
Frank Barknecht _ ______footils.org_ __goto10.org__
hi cyrille
"cyrille henry" cyrille.henry@la-kitchen.fr wrote:
Roman Haefeli a écrit :
hi
though i could realize my idea (thanks to cyrille and frank), this was not the solution for my original problem: modelling the snare-sound of the snaredrum of tr-808. i could extract the (original) pure snare-sound by subtracting a soundsample without snare from a sample with both membrans and snare (here: http://www.netpd.org/~roman/sd_snare.wav). when looking at the waveform, it doesn't really look like noise, rather like a kind of filtered dirac, triggered randomly in time.
here is a patch trying to reproduce this. not really like the original sound, but ...
hehe, cool. this is exactly what i tried once, too. the waveform of this approach looks similar to the original sound somehow, but it doesn't sound similar :-( i think two things could be optimized:
more subsequently following pulses form one 'fat' pulse).
roman