Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c1752 EAS_U16 highVel; in Parse_rgnh() local
1781 …if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &highVel, EAS_FALSE)) != E… in Parse_rgnh()
1790 if (highVel > 127) in Parse_rgnh()
1793 highVel = 127; in Parse_rgnh()
1811 pRgn->velHigh = (EAS_U8) highVel; in Parse_rgnh()