Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_synth.h222 EAS_I8 coarsePitch; member
Deas_voicemgt.c567 pChannel->coarsePitch = DEFAULT_COARSE_PITCH; in VMResetControllers()
1782 adjustedNote += pChannel->coarsePitch; in VMStartNote()
1784 adjustedNote += pChannel->coarsePitch + pSynth->globalTranspose; in VMStartNote()
2348 pChannel->coarsePitch = DEFAULT_COARSE_PITCH; in VMControlChange()
2462 pChannel->coarsePitch = (EAS_I8)(value - 64); in VMUpdateRPNStateMachine()
Deas_wtsynth.c721 pChannel->staticPitch += pChannel->finePitch + (pChannel->coarsePitch * 100); in WT_UpdateChannel()