-
c_c
posted in technical issues • read moreThe crossfade idea looks interesting, but i have no idea how to implement this...
Sorry, newbie ! -
c_c
posted in technical issues • read moreThanks a lot for your ideas ! I gonna try that.
In fact i had much more acceptable results since my post trying with the tabread4~ object feeded directly by the delay time through a sig~ without any line/interpolation. There are less artifacts and they are more quiet this way.
The fade is interesting idea ! Let's hear that, because i'll mainly use the patch to process drums so it could also be weird to lose too much transients... -
c_c
posted in technical issues • read moreHello,
I'm new so maybe this subject has been spoken about already, but i can't find any solution right now...
I want to synchronise delay lines in pd to an external gate signal, this is working fine !
This gate signal is sequenced externally with a euclidean sequencer, so the delay times are changing periodically in a rythmical way.
I use a timer to get the time between each external gate pulse, and send the timing (after little rounding as it appears not to be 100% regular) to the delread~ object.
Depending on the gate sequence it receives, but very often, i would say especially when the delay time is reducing (but it's hard to tell precisely), i get the sound like "cutted", which is very audible and annoying.
I use line~ object already but no matter what settings i tried it keeps making audible "cut" when delay time changes...
I tried using tabread4~ instead but it is worst as I DO NOT WANT pitch shifting when delay time changes.
I hope i'm clear enough ?
I'm sure i'm missing something... What do you think ?