Home
last modified time | relevance | path

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

/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Drandi.c47 p->fstval = 0; in sp_randi_init()
58 (p->fstval - p->min) / (p->max - p->min) : 0.0; in sp_randi_init()
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/h/
H A Drandi.h2 SPFLOAT min, max, cps, mode, fstval;
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Duggab.h209 MYFLT *ar, *min, *max, *xcps, *mode, *fstval; member
219 MYFLT *ar, *min, *max, *xcps, *mode, *fstval; member
H A Duggab.c1821 (*p->fstval - *p->min) / (*p->max - *p->min) : FL(0.0); in randomi_set()
1895 (*p->fstval - *p->min) / (*p->max - *p->min) : FL(0.0); in randomh_set()