Home
last modified time | relevance | path

Searched refs:sourceInstr (Results 1 – 3 of 3) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DLoad_ams.cpp1006 INSTRUMENTINDEX sourceInstr = (sampleSettings[smp] & instrIndexMask); in ReadAMS2() local
1007 if(sourceInstr == 0 in ReadAMS2()
1008 || --sourceInstr >= firstSample.size()) in ReadAMS2()
1013 …eSample = ((sampleSettings[smp] & sampleIndexMask) >> sampleIndexShift) + firstSample[sourceInstr]; in ReadAMS2()
H A DSampleFormats.cpp214 …rumentFromSong(INSTRUMENTINDEX targetInstr, const CSoundFile &srcSong, INSTRUMENTINDEX sourceInstr) in ReadInstrumentFromSong() argument
216 if ((!sourceInstr) || (sourceInstr > srcSong.GetNumInstruments()) in ReadInstrumentFromSong()
217 || (targetInstr >= MAX_INSTRUMENTS) || (!srcSong.Instruments[sourceInstr])) in ReadInstrumentFromSong()
232 *pIns = *srcSong.Instruments[sourceInstr]; in ReadInstrumentFromSong()
H A DSndfile.h1213 …umentFromSong(INSTRUMENTINDEX targetInstr, const CSoundFile &srcSong, INSTRUMENTINDEX sourceInstr);