Lines Matching full:127
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 */
113 #define fx_lfo1_freq fx_twice_value /* [0,127] 84mHz */
114 #define fx_lfo1_volume fx_twice_value /* [0,127] 0.1875dB */
115 #define fx_lfo1_pitch fx_the_value /* [-127,127] 9.375cents */
119 #define fx_lfo2_freq fx_twice_value /* [0,127] 84mHz */
120 #define fx_lfo2_pitch fx_the_value /* [-127,127] 9.375cents */
125 #define fx_cutoff fx_twice_value /* [0,127] 62Hz */
126 #define fx_filterQ fx_conv_Q /* [0,127] -- */
244 /* vibrato depth: max=127, 1 octave */
282 if (chan->control[MIDI_CTL_NONREG_PARM_NUM_MSB] == 127 && in snd_emux_nrpn()