When writing a delay line with delwrite~ and delread~, what is the delwrite value for? Is it essentially the buffer size.
I.e. In the following example, would that be a delay of buffer size 1000, with a delay time of 500ms?
Input
|
delwrite~ 1000
delread~ 500
|
Output