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.c554 pChannel->pitchBendSensitivity = DEFAULT_PITCH_BEND_SENSITIVITY; in VMResetControllers()
2335 pChannel->pitchBendSensitivity = DEFAULT_PITCH_BEND_SENSITIVITY; in VMControlChange()
2444 pChannel->pitchBendSensitivity = value * 100; in VMUpdateRPNStateMachine()
3193 pSynth->channels[channel].pitchBendSensitivity = pitchBendRange; in VMSetPitchBendRange()
Deas_wtsynth.c740 MULT_EG1_EG1(pitchBend, pChannel->pitchBendSensitivity); in WT_UpdateChannel()