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.c1894 EAS_U16 highVel; in Parse_rgnh() local
1923 …if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &highVel, EAS_FALSE)) != E… in Parse_rgnh()
1932 if (highVel > 127) in Parse_rgnh()
1935 highVel = 127; in Parse_rgnh()
1953 pRgn->velHigh = (EAS_U8) highVel; in Parse_rgnh()