Home
last modified time | relevance | path

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

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSnd_fx.cpp614 TEMPO tempoDiff((tempo.GetInt() & 0x0F) * nonRowTicks, 0); in GetLength() local
617 playState.m_nMusicTempo += tempoDiff; in GetLength()
620 if(tempoDiff < playState.m_nMusicTempo) in GetLength()
621 playState.m_nMusicTempo -= tempoDiff; in GetLength()