Home
last modified time | relevance | path

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

/Linux-v4.19/sound/synth/emux/
Demux_nrpn.c89 static int xg_sense[] = variable
333 return (val - 64) * xg_sense[FX_CUTOFF] / 64; in xg_cutoff()
339 return (val - 64) * xg_sense[FX_RESONANCE] / 64; in xg_filterQ()
345 return -(val - 64) * xg_sense[FX_ATTACK] / 64; in xg_attack()
351 return -(val - 64) * xg_sense[FX_RELEASE] / 64; in xg_release()