Searched refs:artIndex (Results 1 – 5 of 5) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_dlssynth.c | 59 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex]; in DLS_MuteVoice() 87 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex]; in DLS_ReleaseVoice() 118 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex]; in DLS_SustainPedal() 319 pWTVoice->artIndex = pDLSRegion->wtRegion.artIndex; in DLS_StartVoice() 320 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex]; in DLS_StartVoice() 392 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex]; in DLS_UpdateVoice()
|
D | eas_mdls.c | 428 …gn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16 artIndex, EAS_U32 numRegio… 429 …AS_RESULT Parse_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16 artIndex); 435 static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EA… 436 … Convert_art (SDLS_SYNTHESIZER_DATA *pDLSData, const S_DLS_ART_VALUES *pDLSArt, EAS_U16 artIndex); 1470 EAS_U16 artIndex; in Parse_ins() local 1477 lrgnPos = lrgnSize = lartPos = lartSize = lar2Pos = lar2Size = inshPos = artIndex = 0; in Parse_ins() 1545 artIndex = (EAS_U16) pDLSData->artCount; in Parse_ins() 1554 Convert_art(pDLSData, &art, artIndex); in Parse_ins() 1566 if ((result = Parse_lrgn(pDLSData, lrgnPos, lrgnSize, artIndex, regionCount)) != EAS_SUCCESS) in Parse_ins() 1637 …gn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16 artIndex, EAS_U32 numRegio… in Parse_lrgn() argument [all …]
|
D | eas_wtsynth.c | 124 pVoiceMgr->wtVoices[i].artIndex = DEFAULT_ARTICULATION_INDEX; in WT_Initialize() 181 pArticulation = &pSynth->pEAS->pArticulations[pWTVoice->artIndex]; in WT_ReleaseVoice() 262 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel) in WT_SustainPedal() 344 pWTVoice->artIndex = pRegion->artIndex; in WT_StartVoice() 350 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex]; in WT_StartVoice() 547 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex]; in WT_UpdateVoice()
|
D | eas_wtengine.h | 155 EAS_U16 artIndex; /* index to articulation params */ member
|
D | eas_sndlib.h | 232 EAS_U16 artIndex; member
|