Searched refs:fx_the_value (Results 1 – 1 of 1) sorted by relevance
103 static int fx_the_value(int val);114 #define fx_env1_sustain fx_the_value /* [0,127] 0.75dB */115 #define fx_env1_pitch fx_the_value /* [-127,127] 9.375cents */116 #define fx_env1_cutoff fx_the_value /* [-127,127] 56.25cents */123 #define fx_env2_sustain fx_the_value /* [0,127] 0.75dB */128 #define fx_lfo1_pitch fx_the_value /* [-127,127] 9.375cents */133 #define fx_lfo2_pitch fx_the_value /* [-127,127] 9.375cents */136 #define fx_chorus fx_the_value /* [0,255] -- */137 #define fx_reverb fx_the_value /* [0,255] -- */161 static int fx_the_value(int val) in fx_the_value() function