Home
last modified time | relevance | path

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

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DITTools.h195 struct ITInstrumentEx struct
206 MPT_BINARY_STRUCT(ITInstrumentEx, sizeof(ITInstrument) + 120)
H A DITTools.cpp364 uint32 ITInstrumentEx::ConvertToIT(const ModInstrument &mptIns, bool compatExport, const CSoundFile… in ConvertToIT()
404 instSize = sizeof(ITInstrumentEx); in ConvertToIT()
412 uint32 ITInstrumentEx::ConvertToMPT(ModInstrument &mptIns, MODTYPE fromType) const in ConvertToMPT()
429 return sizeof(ITInstrumentEx); in ConvertToMPT()
H A DLoad_it.cpp308 ITInstrumentEx instrumentHeader; in ITInstrToMPT()
1600 ITInstrumentEx iti; in SaveIT()