DelayLines.Tap

Defines a delay line tap.

Members

Variables

bypassFIR
bool bypassFIR;

Bypasses FIR calculation

fir
__m128[4] fir;

Short finite impulse response for the tap tap

outLevels
__m128 outLevels;

Output levels (0: Left; 1: Right, 2: Primary feedback, 3: Secondary feedback)

pos
uint pos;

Median position of the tap (unaffected by LFO)

tapEnable
bool tapEnable;

True if tap is enabled

Meta