Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c1572 int lksmps = insds->ksmps; in nodePerf() local
1586 offset -= lksmps; in nodePerf()
1638 for (j=0; j<lksmps; j++) { in make_interleave()
1645 m += nchan*lksmps; in make_interleave()
1702 int lksmps = csound->ksmps; in kperf_nodebug() local
1788 lksmps = ip->ksmps; in kperf_nodebug()
1802 offset -= lksmps; in kperf_nodebug()
1840 make_interleave(csound, lksmps); in kperf_nodebug()
1937 int lksmps = csound->ksmps; in kperf_debug() local
2075 lksmps = ip->ksmps; in kperf_debug()
[all …]
/dports/audio/csound/csound-6.15.0/Engine/
H A Dinsert.c1851 int lksmps = ip->ksmps; in subinstr() local
1852 int incr = csound->nchnls*lksmps; in subinstr()
1856 ip->kcounter = csound->kcounter*csound->ksmps/lksmps; in subinstr()
1862 while (offset >= lksmps) { in subinstr()
1863 offset -= lksmps; in subinstr()
1869 ip->ksmps_no_end = early % lksmps; in subinstr()
2050 int lksmps = this_instr->ksmps; in useropcd1() local
2051 while (ofs >= lksmps) { in useropcd1()
2052 ofs -= lksmps; in useropcd1()
2149 this_instr->spout += csound->nchnls*lksmps; in useropcd1()
[all …]