std::cout<<"VairableDelayLine: Buffer increment from "<<iOldBufferSize<<" samples to "<<iNewBufferSize<<" samples requested, took "<<timeToString(t);
std::cout<<"VairableDelayLine: Buffer increment from "<<iOldBufferSize<<" samples to "<<iNewBufferSize<<" samples triggered, took "<<timeToString(t*1e-6);
std::cout<<"VariableDelayLine: Forced crossfading, because resampling factor is out of bounds: r="<<fResamplingFactor<<"( min = "<<MIN_RESAMPLING_FACTOR<<", max = "<<MAX_RESAMPLING_FACTOR<<" )";
std::cout<<"VariableDelayLine: Forced crossfading, because resampling factor is out of bounds: r="<<fResamplingFactor<<"( min = "<<MIN_RESAMPLING_FACTOR<<", max = "<<MAX_RESAMPLING_FACTOR<<" )"<<std::endl;
ITA_EXCEPT1(INVALID_PARAMETER,"VDL produced NAN value when switching from "+IntToString(iCurrentIntDelay)+" to "+IntToString(iNewIntDelay)+" with interpolation");
{
std::stringstreamss;
ss<<"PANIC! VDL produced NAN value at output sample "<<k<<std::endl;
ss<<"\t"<<"Switching from "+IntToString(iCurrentIntDelay)+" to "+IntToString(iNewIntDelay)<<std::endl;