dplug.dsp.delayline

Delay-line implementation.

Members

Structs

Delayline
struct Delayline(T)

Allow to sample signal back in time. This delay-line has a twin write index, so that the read pointer can read a contiguous memory area. ____________________________________________________________________________________ | | _index | | readPointer = _index + half size | |

Meta