Delayline.readPointer

struct Delayline(T)
public nothrow @nogc pure const
const(T)*
readPointer
()

Return Value

Type: const(T)*

A pointer which allow to get delayed values. readPointer()[0] is the last samples fed, readPointer()[-1] is the penultimate. Warning: it goes backwards, increasing delay => decreasing addressed.

Meta