[PD] Audio delay by symples (for comb filter)

info at hansroels.be info at hansroels.be
Mon Jan 27 11:29:57 CET 2020


I also needed a delay in samples and so I made an abstraction in Pd 
vanilla, delaying a signal with x number of  samples; for example a one 
sample delay is [delaysam 1]
I think this is the correct way of doing this without needing externals...
Hans

On 1/25/20 9:16 PM, Alexandre Torres Porres wrote:
> cyclone/delay~ and else/ffdelay~ also allow for delay lines defined in 
> samples (or ms)
>
> but this can also be done in vanilla like people said (though somewhat 
> inconvenient)
>
> cheers
>
> Em sáb., 25 de jan. de 2020 às 15:33, Ingo <ingo at miamiwave.com 
> <mailto:ingo at miamiwave.com>> escreveu:
>
>     Thanks guys!
>
>     [zexy/z~] looks exactly like what I'm looking for!
>
>     Ingo
>
>
>     > you can just use [delwrite~] + [delread~], but you have to make
>     sure that
>     > they are scheduled in the right order, see
>     "G05.execution.order.pd" in
>     > "doc/3.audio.examples". Also, you have to convert from samples to
>     > milliseconds.
>     >
>     > For convenience, I often use [z~] from zexy, which is a delay
>     line in a
>     > single
>     > object, with the delay time given in samples.
>     >
>     > Christof
>     >
>     >
>     > > Hi everybody!
>     > >
>     > > I'm planning on delaying a bandpass filter by samples to
>     create a comb
>     > > filter effect.
>     > > Is this possible or can it be done only by audio blocks?
>     > >
>     > > If it is possible which object(s) would I use?
>     > >
>     > > Thanks
>     > > Ingo
>
>
>
>
>
>
>     _______________________________________________
>     Pd-list at lists.iem.at <mailto:Pd-list at lists.iem.at> mailing list
>     UNSUBSCRIBE and account-management ->
>     https://lists.puredata.info/listinfo/pd-list
>
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list


-- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20200127/84444ba5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: delaysam.pd
Type: text/x-puredata
Size: 1019 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20200127/84444ba5/attachment.bin>


More information about the Pd-list mailing list