Home
last modified time | relevance | path

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

/Linux-v4.19/sound/synth/emux/
Demux_nrpn.c105 static int fx_twice_value(int val);
127 #define fx_lfo1_freq fx_twice_value /* [0,127] 84mHz */
128 #define fx_lfo1_volume fx_twice_value /* [0,127] 0.1875dB */
130 #define fx_lfo1_cutoff fx_twice_value /* [-64,63] 56.25cents */
133 #define fx_lfo2_freq fx_twice_value /* [0,127] 84mHz */
139 #define fx_cutoff fx_twice_value /* [0,127] 62Hz */
167 static int fx_twice_value(int val) in fx_twice_value() function