Kim Taylor wrote:
Hi everyone, I'm new to the list (and pd) so I hope this posts OK.
Welcome!
I'm creating a series of patches that rely pretty fundamentally on delays- and I've noticed that the function delread~ seems to have a minimum value of delay time (1.48ms). Values below this point simply trim to 1.48ms. Could I achieve smaller delay times with any other standard functions, or would I have to write custom abstractions to do this? If so, what's the best way of going about it? Writing to tables?
Any advice would be really helpful
These examples deal with exactly this issue:
pd-0.40-2/doc/3.audio.examples/G04.control.blocksize.pd pd-0.40-2/doc/3.audio.examples/G05.execution.order.pd
Kim