Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Opcodes/
H A DVosim.c54 int32 pulseinc; /* increment in table of pulse */ member
72 p->timrem = p->pulstogo = p->pulsephs = p->pulseinc = 0; in vosimset()
104 p->pulseinc = (int32)(*p->kform * csound->sicvt); in vosim_event()
105 p->pulsephs = (p->pulseinc >= 0)? MAXLEN : -1; /* starts a new pulse */ in vosim_event()
113 p->pulseinc /= p->lenfact; in vosim_event()
127 p->pulseinc *= p->lenfact; in vosim_pulse()
129 pulselen = (p->pulseinc != FL(0.0))? in vosim_pulse()
130 (int32)FABS(FMAXLEN / p->pulseinc) : INT_MAX; in vosim_pulse()
171 p->pulsephs += p->pulseinc; in vosim()