-
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 ?