Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread Mathieu Bouchard
On Sun, 17 Oct 2010, Roman Haefeli wrote: AFAIK, both, [vd~] and [tabread4~] do a 4-point interpolation. Or am I overseeing something? Yes, they are both using the same interpolator, namely, Miller's poor choice of using a Lagrange interpolation, where each piece is part of a curve that goes

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 tim vets > > > 2010/10/17 Andy Farnell > > >> >> [vd~] >> >> If you want to read at a vari-rate from a buffer >> then AFIK you can only use the [delwrite~]/[vd~] >> pairing. >> >> > isn't that possible with something like: > > [phasor~] > | > [+~] < add offset here >

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 Andy Farnell > > > [vd~] > > If you want to read at a vari-rate from a buffer > then AFIK you can only use the [delwrite~]/[vd~] > pairing. > > isn't that possible with something like: [phasor~] | [+~] < add offset here | [tabread~ mytable] ? but, for the record, I

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread Roman Haefeli
On Sun, 2010-10-17 at 18:43 +0100, Andy Farnell wrote: > > [vd~] > > If you want to read at a vari-rate from a buffer > then AFIK you can only use the [delwrite~]/[vd~] > pairing. [delwrite~]/[delread~] could be replaced by [tabwrite~]/[tabread~]. [delwrite~]/[vd~] could be replaced by [tabwrit

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread Roman Haefeli
On Sun, 2010-10-17 at 08:39 -0700, Tyler Leavitt wrote: > The problem is I've already written my patch for a delay line =) > > > I also read that tables have some latency when using them in loopers > (what I am doing) You always have a latency of one block when doing recursion, no matter if it'

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread Andy Farnell
[vd~] If you want to read at a vari-rate from a buffer then AFIK you can only use the [delwrite~]/[vd~] pairing. On Sun, 17 Oct 2010 18:21:48 +0200 tim vets wrote: > I still don't see anything in this you can only do with delay lines and not > with tables, -- Andy Farnell ___

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 Tyler Leavitt > The problem is I've already written my patch for a delay line =) > > I also read that tables have some latency when using them in loopers (what > I am doing) because they can only write in block size. I was about to switch > to using tables and then I read this... > > >

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread Tyler Leavitt
The problem is I've already written my patch for a delay line =) I also read that tables have some latency when using them in loopers (what I am doing) because they can only write in block size. I was about to switch to using tables and then I read this... On Sun, Oct 17, 2010 at 6:38 AM, tim vet

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 Peter Plessas > tim vets wrote: > >> 2010/10/17 Tyler Leavitt >> >> http://www.mail-archive.com/pd-list@iem.at/msg00287.html >>> >>> I googled my question and came up with this thread... considering it was >>> 4 >>> years old I figured maybe someone out there had a fresh solution...

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread Peter Plessas
tim vets wrote: 2010/10/17 Tyler Leavitt http://www.mail-archive.com/pd-list@iem.at/msg00287.html I googled my question and came up with this thread... considering it was 4 years old I figured maybe someone out there had a fresh solution... I need to clear a delay that I have written via del

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 Tyler Leavitt > http://www.mail-archive.com/pd-list@iem.at/msg00287.html > > I googled my question and came up with this thread... considering it was 4 > years old I figured maybe someone out there had a fresh solution... > > I need to clear a delay that I have written via delwrite~. I

[PD] Clearing a delwrite~ (revisited)

2010-10-16 Thread Tyler Leavitt
http://www.mail-archive.com/pd-list@iem.at/msg00287.html I googled my question and came up with this thread... considering it was 4 years old I figured maybe someone out there had a fresh solution... I need to clear a delay that I have written via delwrite~. Is there any way to do this yet? Tyle