[vd~] has sub-sample accuracy, using 4-point interpolation, just like [tabread4~]. Actually, the new name of the object is [delread4~] ;-)

Christof

On 27.01.2020 19:22, William Huston wrote:
I have built a comb filter (actually a flanger) using
a combo of [delwrite~ foo] and a series of [vd~ foo]s
using an LFO which is phase-displaced across the different [vd~]s.

Can anyone tell me what is the best resolution I can get
with this combo? It it less than a per-sample resolution?

Can I build this system using something other than [vd~]
to get better resolution?

Thanks.
BH

--
William Huston: williamahus...@gmail.com <mailto:williamahus...@gmail.com>
Binghamton NY

*Public Service Mapping / Videography / Research / Education / Safety Advocacy* Blog <http://WilliamAHuston.blogspot.com> -- Facebook <http://facebook.com/billhuston> -- Twitter <http://twitter.com/WilliamAHuston>-- Youtube <https://www.youtube.com/channel/UCGijK1amWOLglT3YeTyEBNQ?sub_congfirmation=1>*-- Podcast Blog <https://billhustonpodcast.blogspot.com/>
*
*Document collections*: VirtualPipelines <http://TinyURL.com/VirtualPipelines> -- BHDCSDimockArchive <http://bit.ly/BHDCSDimockArchive> *Please support my work! -- *TinyURL.com/DonateToBillHuston <http://TinyURL.com/DonateToBillHuston>

**




On Mon, Jan 27, 2020 at 5:30 AM i...@hansroels.be <mailto:i...@hansroels.be> <i...@hansroels.be <mailto:i...@hansroels.be>> wrote:


    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 <i...@miamiwave.com
    <mailto:i...@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@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list
        UNSUBSCRIBE and account-management ->
        https://lists.puredata.info/listinfo/pd-list


    _______________________________________________
    Pd-list@lists.iem.at  <mailto:Pd-list@lists.iem.at>  mailing list
    UNSUBSCRIBE and account-management 
->https://lists.puredata.info/listinfo/pd-list


-- _______________________________________________
    Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list
    UNSUBSCRIBE and account-management ->
    https://lists.puredata.info/listinfo/pd-list


_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list



_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to