Lines Matching refs:pDLS
129 return &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region; in GetRegionPtr()
381 pSynth->pDLS = pEASData->pVoiceMgr->pGlobalDLS; in VMInitMIDI()
382 DLSAddRef(pSynth->pDLS); in VMInitMIDI()
2635 static EAS_RESULT VMFindDLSProgram (const S_DLS *pDLS, EAS_U32 bank, EAS_U8 programNum, EAS_U16 *pR… in VMFindDLSProgram() argument
2642 if (pDLS == NULL) in VMFindDLSProgram()
2649 for (i = 0, p = pDLS->pDLSPrograms; i < pDLS->numDLSPrograms; i++, p++) in VMFindDLSProgram()
2732 if (VMFindDLSProgram(pSynth->pDLS, bank, program, ®ionIndex) != EAS_SUCCESS) in VMProgramChange()
3580 EAS_RESULT VMSetGlobalDLSLib (EAS_DATA_HANDLE pEASData, EAS_DLSLIB_HANDLE pDLS) in VMSetGlobalDLSLib() argument
3586 pEASData->pVoiceMgr->pGlobalDLS = pDLS; in VMSetGlobalDLSLib()
3606 EAS_RESULT VMSetDLSLib (S_SYNTH *pSynth, EAS_DLSLIB_HANDLE pDLS) in VMSetDLSLib() argument
3608 pSynth->pDLS = pDLS; in VMSetDLSLib()
3699 if (pSynth->pDLS != NULL) in VMMIDIShutdown()
3702 if ((result = DLSCleanup(pEASData->hwInstData, pSynth->pDLS)) != EAS_SUCCESS) in VMMIDIShutdown()
3704 pSynth->pDLS = NULL; in VMMIDIShutdown()