Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dugnorman.c934 double temp0freq, temp1freq; in FetchADDPartials() local
967 temp0freq = bswap(&frm_0[partialloc + 1]); in FetchADDPartials()
973 temp0freq = frm_0[partialloc + 1]; in FetchADDPartials()
977 buf[i].freq = temp0freq + frac * (temp1freq - temp0freq); /* calc freq */ in FetchADDPartials()