User Guide

DLL Component
pData[i] = (mix)*pBuffer[ctr] + curr;
pBuffer[ctr] = pBuffer[ctr]*feed + curr; ctr++;
if( ctr >= delay ) ctr = 0;
}
GETINT(pOut,4) = ctr;
}
}
}
}
195 of 212