[maxmsp] Re: Re: pure-data pitch transposer
volker böhm
vboehm at gmx.ch
Sat Mar 22 04:28:55 MDT 2008
- Previous message: [maxmsp] Re: Re: pure-data pitch transposer
- Next message: [maxmsp] Re: Re: Re: pure-data pitch transposer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi michele, just some thoughts: On 21 Mar 2008, at 19:06, mic wrote: > > that's actually is the best sounding patch i can get from this > method..the first slice played sometimes has a weak attack even > with a small window-size..i can imagine why.. you should wrap the readpointer at the end of the buffer to the beginning. e.g.: play-pos+phase --> [pong~ 1 0. buflength] --> [play~ buf] > > ..mmm well i have to say that i've spent many many hours trying to > make a satisfying granular sampler patch that sounds good to me, > most of times they sound too metallic the metallic sound is due to the fact that overlap and grainsize in your patch are not calculated in correspondence to the actual pitch of the waveform you want to manipulate. to do this "right" is a difficult thing and you would end up somewhere in PSOLA-land, i guess. not a complete solution against metallic artefacts, but much easier to do, is to add a little randomness to the playposition. [phasor~] + [noise~]*x --> [send~ play-pos] volker.
- Previous message: [maxmsp] Re: Re: pure-data pitch transposer
- Next message: [maxmsp] Re: Re: Re: pure-data pitch transposer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
