Home
last modified time | relevance | path

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

/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.c737 MULT_EG1_EG1(pitchBend, pChannel->pitchBendSensitivity); in WT_UpdateChannel()