Page 1 of 1

Posted: 04 Apr 2012, 22:46
by caco
Hello, I have been playing around with feedback loops and I am presuming that there is a latency equal to one BLOC on all feedbacks, is this correct?

I was trying to create a lowpass iir using modules so I need a one sample delay to pass the filter's output back to its input. Am I correct that this is not currently possible? I would need a BLOC size of 1 or to do it all in script or the SDK?

Thanks :)

Posted: 05 Apr 2012, 19:53
by nay-seven
yes, i suppose you'll need a script or to create a user module again... ;-)

Posted: 06 Apr 2012, 05:09
by waolelaid
hello just a little question what does represent "a one sample delay " in duration or in length
is it less than 1ms ?
thanx in advance it's just for my little knowledge ;)

Posted: 06 Apr 2012, 13:04
by joffo78
hello
with a samplerate on 44,1khz you have 44100 samples per seconds.
so 1 sample equal 1000/44100= 0.027 ms ;)

Posted: 06 Apr 2012, 16:43
by waolelaid
hello joffo i made this operation but i wasn't sure of the result
thanx to confirm ;)