Home
last modified time | relevance | path

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

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dcydfm.c56 fm->env_output = cyd_env_output(cyd, 0, &fm->adsr, MODULATOR_MAX); in cydfm_cycle()
H A Dcyd.h223 Sint32 cyd_env_output(const CydEngine *cyd, Uint32 channel_flags, const CydAdsr *adsr, Sint32 input…
H A Dcyd.c536 Sint32 cyd_env_output(const CydEngine *cyd, Uint32 chn_flags, const CydAdsr *adsr, Sint32 input) in cyd_env_output() function
605 …o = cyd_env_output(cyd, chn->flags, &chn->adsr, s[i] * (s[chn->ring_mod] + (WAVE_AMP / 2)) / WAVE_… in cyd_output()
609 o = cyd_env_output(cyd, chn->flags, &chn->adsr, s[i]); in cyd_output()
H A Dmusic.c1727 …cyd_env[i] = cyd_env_output(mus->cyd, mus->cyd->channel[i].flags, &mus->cyd->channel[i].adsr, MAX_… in mus_poll_status()