[PD] audio rate shift register abstraction with Pd vanilla

Roman Haefeli reduzent at gmail.com
Tue Feb 22 23:57:22 CET 2022


On Tue, 2022-02-22 at 17:08 -0500, Samuel Burt wrote:
> 
>    Is there some kind of delay introduced by [delwrite~] [delread~]
> even when the delay is set to 0ms? 

Yes. 0 delay can only be achieved if the [delwrite~] is ordered before
the [delread~] in the DSP graph. In your case, since you send your
signal "upstream", the [delrwite~] is certain to be executed _after_
[delread~ ] and this adds a latency of one block (64 samples, if not
re-blocked).

Roman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20220222/4156a4b9/attachment.sig>


More information about the Pd-list mailing list