Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_SequenceSoundPlayer.h203 float GetTempoRatio() const { return m_TempoRatio; } in GetTempoRatio()
279 …2 CalcTickPerMinute() const { return m_ParserParam.timebase * m_ParserParam.tempo * m_TempoRatio; } in CalcTickPerMinute()
287 f32 m_TempoRatio; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceSoundPlayer.cpp108 m_TempoRatio = 1.0f; in Initialize()
370 m_TempoRatio = tempoRatio; in SetTempoRatio()