Home
last modified time | relevance | path

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

/external/sonivox/arm-fm-22k/lib_src/
Deas_synth.h205 EAS_I16 pitchBendSensitivity; member
Deas_voicemgt.c565 pChannel->pitchBendSensitivity = DEFAULT_PITCH_BEND_SENSITIVITY; in VMResetControllers()
2346 pChannel->pitchBendSensitivity = DEFAULT_PITCH_BEND_SENSITIVITY; in VMControlChange()
2455 pChannel->pitchBendSensitivity = value * 100; in VMUpdateRPNStateMachine()
3454 pSynth->channels[channel].pitchBendSensitivity = pitchBendRange; in VMSetPitchBendRange()
Deas_fmsynth.c535 temp = FMUL_15x15(temp, pChannel->pitchBendSensitivity); in FM_UpdateChannel()
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_synth.h205 EAS_I16 pitchBendSensitivity; member
Deas_voicemgt.c565 pChannel->pitchBendSensitivity = DEFAULT_PITCH_BEND_SENSITIVITY; in VMResetControllers()
2346 pChannel->pitchBendSensitivity = DEFAULT_PITCH_BEND_SENSITIVITY; in VMControlChange()
2455 pChannel->pitchBendSensitivity = value * 100; in VMUpdateRPNStateMachine()
3454 pSynth->channels[channel].pitchBendSensitivity = pitchBendRange; in VMSetPitchBendRange()
Deas_fmsynth.c535 temp = FMUL_15x15(temp, pChannel->pitchBendSensitivity); in FM_UpdateChannel()
Deas_wtsynth.c691 MULT_EG1_EG1(pitchBend, pChannel->pitchBendSensitivity); in WT_UpdateChannel()
/external/sonivox/arm-wt-22k/lib_src/
Deas_synth.h205 EAS_I16 pitchBendSensitivity; member
Deas_voicemgt.c565 pChannel->pitchBendSensitivity = DEFAULT_PITCH_BEND_SENSITIVITY; in VMResetControllers()
2346 pChannel->pitchBendSensitivity = DEFAULT_PITCH_BEND_SENSITIVITY; in VMControlChange()
2455 pChannel->pitchBendSensitivity = value * 100; in VMUpdateRPNStateMachine()
3454 pSynth->channels[channel].pitchBendSensitivity = pitchBendRange; in VMSetPitchBendRange()
Deas_wtsynth.c697 MULT_EG1_EG1(pitchBend, pChannel->pitchBendSensitivity); in WT_UpdateChannel()