Home
last modified time | relevance | path

Searched refs:kITPingPongMode (Results 1 – 6 of 6) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DModSample.cpp413 sndFile.m_playBehaviour[kITPingPongMode]); in PrecomputeLoopsImpl()
422 sndFile.m_playBehaviour[kITPingPongMode]); in PrecomputeLoopsImpl()
H A DSnd_defs.h457kITPingPongMode, // Don't repeat last sample point in ping pong loop, like IT's sof… enumerator
H A DUpgradeModule.cpp500 { kITPingPongMode, MPT_V("1.19.00.21") }, in UpgradeModule()
H A DFastmix.cpp43 : ITPingPongDiff{sndFile.m_playBehaviour[kITPingPongMode] ? uint8(1) : uint8(0)} in MixLoopState()
H A DSndfile.cpp1047 playBehaviour.set(kITPingPongMode);
1185 playBehaviour.set(kITPingPongMode);
H A DSnd_fx.cpp196 if(sndFile.m_playBehaviour[kITPingPongMode]) pingpongLength--; in RenderChannel()