Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dmetro.c55 MYFLT prevActime, nextActime; member
252 p->nextActime = table[j*numParm + 1]; in timeseq()
259 p->nextActime = table[(k+1)*numParm + 1]; in timeseq()
272 else if (phs == p->nextActime && p->nextIndex != -1 ) { in timeseq()
282 if (phs > p->nextActime || phs < p->prevActime) { in timeseq()
289 if (phs > p->nextActime) { in timeseq()
295 if (fabs(phs-p->nextActime) > minDist) in timeseq()
301 p->nextActime = table[p->nextIndex*numParm + 1]; in timeseq()
304 if (fabs(phs-p->nextActime) > minDist) in timeseq()
307 p->nextActime = table[p->prevIndex*numParm + 1]; /*p->nextActime+1; */ in timeseq()