Home
last modified time | relevance | path

Searched refs:AllocateInstrument (Results 1 – 16 of 16) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A Dload_j2b.cpp821 ModInstrument *pIns = AllocateInstrument(instr); in ReadAM()
882 ModInstrument *pIns = AllocateInstrument(instr); in ReadAM()
H A DLoad_mt2.cpp803 ModInstrument *mptIns = AllocateInstrument(drumMap[i], drumHeader.DrumSamples[i] + 1); in ReadMT2()
913 mptIns = AllocateInstrument(i + 1, i + 1); in ReadMT2()
H A DLoad_dtm.cpp370 ModInstrument *mptIns = AllocateInstrument(instr.insNum + 1, instr.insNum + 1); in ReadDTM()
H A DLoad_imf.cpp616 ModInstrument *instr = AllocateInstrument(ins + 1); in ReadIMF()
H A DLoad_dbm.cpp410 ModInstrument *mptIns = AllocateInstrument(i, instrHeader.sample); in ReadDBM()
H A DLoad_mdl.cpp606 || (mptIns = AllocateInstrument(ins)) == nullptr) in ReadMDL()
H A DLoad_ams.cpp820 ModInstrument *instrument = AllocateInstrument(ins); in ReadAMS2()
H A DLoad_mid.cpp298 pIns = AllocateInstrument(m_nInstruments + 1); in MapMidiInstrument()
H A DLoad_xm.cpp753 if(AllocateInstrument(instr) == nullptr) in ReadXM()
H A DLoad_med.cpp755 if(!AllocateInstrument(ins, smp)) in ReadMED()
H A DSndfile.h1156 ModInstrument *AllocateInstrument(INSTRUMENTINDEX instr, SAMPLEINDEX assignedSample = 0);
H A DSndfile.cpp1919 ModInstrument *CSoundFile::AllocateInstrument(INSTRUMENTINDEX instr, SAMPLEINDEX assignedSample) function in CSoundFile
H A DLoad_mo3.cpp1273 if(isSampleMode || (pIns = AllocateInstrument(ins)) == nullptr) in ReadMO3()
H A DLoad_mod.cpp1273 ModInstrument *ins = AllocateInstrument(smp, smp); in ReadMOD()
H A DLoad_symmod.cpp1301 …if(ModInstrument *instr = AllocateInstrument(ins, sample); instr != nullptr && sample <= m_nSample… in ReadSymMOD()
H A DLoad_it.cpp755 ModInstrument *instrument = AllocateInstrument(i + 1); in ReadIT()