OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDLSArt
(Results
1 - 2
of
2
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c
56
const S_DLS_ARTICULATION *
pDLSArt
;
59
pDLSArt
= &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
69
pWTVoice->eg1Increment =
pDLSArt
->eg1ShutdownTime;
71
pWTVoice->eg2Increment =
pDLSArt
->eg2.releaseTime;
84
const S_DLS_ARTICULATION *
pDLSArt
;
87
pDLSArt
= &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
97
pWTVoice->eg1Increment =
pDLSArt
->eg1.releaseTime;
101
pWTVoice->eg2Increment =
pDLSArt
->eg2.releaseTime;
115
const S_DLS_ARTICULATION *
pDLSArt
;
118
pDLSArt
= &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex]
[
all
...]
eas_mdls.c
423
static void Convert_art (SDLS_SYNTHESIZER_DATA *pDLSData, const S_DLS_ART_VALUES *
pDLSArt
, EAS_U16 artIndex);
[
all
...]
Completed in 95 milliseconds