Home
last modified time | relevance | path

Searched refs:tempInputDelay (Results 1 – 2 of 2) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/synti/deicsonze/
H A Ddeicsonze.h458 float** tempInputDelay; variable
H A Ddeicsonze.cpp115 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()