Searched refs:fx_the_value (Results 1 – 1 of 1) sorted by relevance
104 static int fx_the_value(int val);115 #define fx_env1_sustain fx_the_value /* [0,127] 0.75dB */116 #define fx_env1_pitch fx_the_value /* [-127,127] 9.375cents */117 #define fx_env1_cutoff fx_the_value /* [-127,127] 56.25cents */124 #define fx_env2_sustain fx_the_value /* [0,127] 0.75dB */129 #define fx_lfo1_pitch fx_the_value /* [-127,127] 9.375cents */134 #define fx_lfo2_pitch fx_the_value /* [-127,127] 9.375cents */137 #define fx_chorus fx_the_value /* [0,255] -- */138 #define fx_reverb fx_the_value /* [0,255] -- */162 static int fx_the_value(int val) in fx_the_value() function