Searched refs:tempOutputDelay (Results 1 – 2 of 2) sorted by relevance
459 float** tempOutputDelay; variable
118 tempOutputDelay = (float**) malloc(sizeof(float*)*NBRFXOUTPUTS); in DeicsOnze()120 tempOutputDelay[i] = (float*) malloc(sizeof(float*)*MAXFXBUFFERSIZE); in DeicsOnze()260 for(int i = 0; i < NBRFXOUTPUTS; i++) free(tempOutputDelay[i]); in ~DeicsOnze()261 free(tempOutputDelay); in ~DeicsOnze()4473 if(_global.filter) _delayFilter->process(tempOutputDelay[0], in process()4474 tempOutputDelay[1], n); in process()4476 _pluginIDelay->apply(pos, n, 2, tempInputDelay, tempOutputDelay); in process()4479 tempOutputDelay[0][i] * _global.delayReturn * _global.masterVolume; in process()4481 tempOutputDelay[1][i] * _global.delayReturn * _global.masterVolume; in process()