Searched refs:tempInputDelay (Results 1 – 2 of 2) sorted by relevance
458 float** tempInputDelay; variable
115 tempInputDelay = (float**) malloc(sizeof(float*)*NBRFXINPUTS); in DeicsOnze()117 tempInputDelay[i] = (float*) malloc(sizeof(float*)*MAXFXBUFFERSIZE); in DeicsOnze()258 for(int i = 0; i < NBRFXINPUTS; i++) free(tempInputDelay[i]); in ~DeicsOnze()259 free(tempInputDelay); in ~DeicsOnze()4421 tempInputDelay[0][i] = _global.lastInputLeftDelaySample; in process()4422 tempInputDelay[1][i] = _global.lastInputRightDelaySample; in process()4476 _pluginIDelay->apply(pos, n, 2, tempInputDelay, tempOutputDelay); in process()