----- Original Message -----
From: Matt Barber brbrofsvl@gmail.com To: Jonathan Wilkes jancsika@yahoo.com Cc: katja katjavetter@gmail.com; pd-list pd-list@iem.at Sent: Sunday, June 17, 2012 10:48 AM Subject: Re: [PD] ipoke~ ?
On Sun, Jun 17, 2012 at 3:16 AM, Jonathan Wilkes jancsika@yahoo.com wrote:
What does Csound's vdelayxw do: mix or overwrite?
It's based on "approach A" -- mixing a kernel into the buffer, so it mixes automatically. The read head of the delay line zeroes each sample out after reading.
Then what is achieved by the approach of writing directly to a table that cannot be achieved by taking the output from the read head and [tabwrite~]ing it into a table? You can set the window size with [block~], no?
Hopefully that makes sense-- I'm still not completely sure on the difference between the two approaches.
-Jonathan
Matt