Home
last modified time | relevance | path

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

/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Djitter.c48 p->cpsMax = 4; in sp_jitter_init()
60 p->cps = sp_jitter_randgab(sp) * (p->cpsMax - p->cpsMin) + p->cpsMin; in sp_jitter_compute()
72 p->cps = sp_jitter_randgab(sp) * (p->cpsMax - p->cpsMin) + p->cpsMin; in sp_jitter_compute()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Duggab.h162 MYFLT *ar, *amp, *cpsMin, *cpsMax; member
171 MYFLT *ar, *amp, *cpsMin, *cpsMax; member
227 MYFLT *ar, *rangeMin, *rangeMax, *cpsMin, *cpsMax; member
H A Duggab.c1551 p->xcps = randGab * (*p->cpsMax - *p->cpsMin) + *p->cpsMin; in jitter()
1584 p->si = (randGab * (*p->cpsMax-*p->cpsMin) + *p->cpsMin)*CS_ONEDKR; in jitters()
1609 MYFLT cpsMax = *p->cpsMax, cpsMin = *p->cpsMin; in jittersa() local
1631 si = (randGab * (cpsMax - cpsMin) + cpsMin)*csound->onedsr; in jittersa()
1976 p->si = (randGab * (*p->cpsMax-*p->cpsMin) + *p->cpsMin)*CS_ONEDKR; in random3()
2003 MYFLT cpsMin = *p->cpsMin, cpsMax = *p->cpsMax; in random3a() local
2024 si = (randGab * (cpsMax - cpsMin) + cpsMin)*csound->onedsr; in random3a()
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/h/
H A Djitter.h2 SPFLOAT amp, cpsMin, cpsMax; member
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/examples/
H A Dex_jitter.c33 ud.jit->cpsMax = 4; in main()
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/test/t/
H A Dt_jitter.c28 ud.jit->cpsMax = 4; in t_jitter()