OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sustainLevel
(Results
1 - 7
of
7
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c
121
if (pWTVoice->eg1Value < pDLSArt->eg1.
sustainLevel
)
540
// *pValue = pEnvParams->
sustainLevel
;
544
if (*pValue > pEnvParams->
sustainLevel
)
547
*pValue = (EAS_I16) (temp > pEnvParams->
sustainLevel
? temp : pEnvParams->
sustainLevel
);
552
*pValue = pEnvParams->
sustainLevel
;
eas_sndlib.h
110
EAS_I16
sustainLevel
;
124
EAS_I16
sustainLevel
;
eas_wtsynth.c
258
if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.
sustainLevel
)
807
if (temp <= pEnv->
sustainLevel
)
810
temp = pEnv->
sustainLevel
;
901
if (temp <= pEnv->
sustainLevel
)
904
temp = pEnv->
sustainLevel
;
[
all
...]
eas_mdls.c
[
all
...]
/external/sonivox/arm-fm-22k/lib_src/
eas_sndlib.h
110
EAS_I16
sustainLevel
;
124
EAS_I16
sustainLevel
;
/external/sonivox/arm-hybrid-22k/lib_src/
eas_sndlib.h
110
EAS_I16
sustainLevel
;
124
EAS_I16
sustainLevel
;
eas_wtsynth.c
258
if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.
sustainLevel
)
801
if (temp <= pEnv->
sustainLevel
)
804
temp = pEnv->
sustainLevel
;
895
if (temp <= pEnv->
sustainLevel
)
898
temp = pEnv->
sustainLevel
;
[
all
...]
Completed in 1945 milliseconds