Home
last modified time | relevance | path

Searched refs:nextVelocity (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_synth.h288 EAS_U8 nextVelocity; /* 0 <= velocity <= 127 */ member
Deas_voicemgt.c182 pVoice->velocity = pVoice->nextVelocity = DEFAULT_VELOCITY; in InitVoice()
1285 pVoice->nextVelocity = velocity; in VMStolenVoice()
1410 pVoice->velocity = pVoice->nextVelocity; in VMRetargetStolenVoice()
2060 currentPriority = 128 - pCurrVoice->nextVelocity; in VMStealVoice()
3138 currentPriority = 128 - pVoice->nextVelocity; in VMSetSynthPolyphony()
3305 currentPriority = 128 - pVoice->nextVelocity; in VMSetPolyphony()