Home
last modified time | relevance | path

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

/openbmc/linux/sound/synth/emux/
H A Demux_nrpn.c90 static int fx_the_value(int val);
101 #define fx_env1_sustain fx_the_value /* [0,127] 0.75dB */
102 #define fx_env1_pitch fx_the_value /* [-127,127] 9.375cents */
103 #define fx_env1_cutoff fx_the_value /* [-127,127] 56.25cents */
110 #define fx_env2_sustain fx_the_value /* [0,127] 0.75dB */
115 #define fx_lfo1_pitch fx_the_value /* [-127,127] 9.375cents */
120 #define fx_lfo2_pitch fx_the_value /* [-127,127] 9.375cents */
123 #define fx_chorus fx_the_value /* [0,255] -- */
124 #define fx_reverb fx_the_value /* [0,255] -- */
148 static int fx_the_value(int val) in fx_the_value() function