Home
last modified time | relevance | path

Searched refs:isS3M (Results 1 – 2 of 2) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A Dpattern.cpp330 const bool isS3M = (GetSoundFile().GetType() & MOD_TYPE_S3M); in WriteEffect() local
352 if(isS3M && m->param > 0x80) in WriteEffect()
360 if(isS3M) in WriteEffect()
384 newParam = mpt::saturate_cast<ModCommand::PARAM>(settings.m_vol * (isS3M ? 2u : 4u)); in WriteEffect()
404 if(settings.m_command == CMD_PANNING8 && isS3M) in WriteEffect()
H A DLoad_mo3.cpp71 isS3M = 0x0002, enumerator
841 else if(fileHeader.flags & MO3FileHeader::isS3M) in ReadMO3()