Home
last modified time | relevance | path

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

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DITTools.h154 enableCutoff = 0x80, enumerator
H A DITTools.cpp193 ifc = mptIns.GetCutoff() | (mptIns.IsCutoffEnabled() ? ITInstrument::enableCutoff : 0x00); in ConvertToIT()
286 mptIns.SetCutoff(ifc & 0x7F, (ifc & ITInstrument::enableCutoff) != 0); in ConvertToMPT()