Home
last modified time | relevance | path

Searched refs:globalTranspose (Results 1 – 4 of 4) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_synth.h329 EAS_I8 globalTranspose; member
Deas_dlssynth.c408 temp += pSynth->globalTranspose * 100; in DLS_UpdateVoice()
Deas_voicemgt.c1784 adjustedNote += pChannel->coarsePitch + pSynth->globalTranspose; in VMStartNote()
3633 pSynth->globalTranspose = (EAS_I8) transposition; in VMSetTranposition()
3656 *pTransposition = pSynth->globalTranspose; in VMGetTranposition()
Deas_wtsynth.c576 temp += (pVoice->note + pSynth->globalTranspose) * 100; in WT_UpdateVoice()