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.c1751 EAS_I16 adjustedNote; in VMStartNote() local
1780 adjustedNote = note; in VMStartNote()
1782 adjustedNote += pChannel->coarsePitch; in VMStartNote()
1784 adjustedNote += pChannel->coarsePitch + pSynth->globalTranspose; in VMStartNote()
1787 if (adjustedNote < 0) in VMStartNote()
1789 adjustedNote = 0; in VMStartNote()
1791 else if (adjustedNote > 127) in VMStartNote()
1793 adjustedNote = 127; in VMStartNote()
1806 …if (((adjustedNote >= pDLSRegion->wtRegion.region.rangeLow) && (adjustedNote <= pDLSRegion->wtRegi… in VMStartNote()
1831 if ((adjustedNote >= pRegion->rangeLow) && (adjustedNote <= pRegion->rangeHigh)) in VMStartNote()