Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c1740 EAS_I16 adjustedNote; in VMStartNote() local
1769 adjustedNote = note; in VMStartNote()
1771 adjustedNote += pChannel->coarsePitch; in VMStartNote()
1773 adjustedNote += pChannel->coarsePitch + pSynth->globalTranspose; in VMStartNote()
1776 if (adjustedNote < 0) in VMStartNote()
1778 adjustedNote = 0; in VMStartNote()
1780 else if (adjustedNote > 127) in VMStartNote()
1782 adjustedNote = 127; in VMStartNote()
1795 …if (((adjustedNote >= pDLSRegion->wtRegion.region.rangeLow) && (adjustedNote <= pDLSRegion->wtRegi… in VMStartNote()
1820 if ((adjustedNote >= pRegion->rangeLow) && (adjustedNote <= pRegion->rangeHigh)) in VMStartNote()