Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_SequenceSoundPlayer.h201 float GetTempoRatio() const { return m_TempoRatio; } in GetTempoRatio()
277 …2 CalcTickPerMinute() const { return m_ParserParam.timebase * m_ParserParam.tempo * m_TempoRatio; } in CalcTickPerMinute()
285 f32 m_TempoRatio; variable
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SequenceSoundPlayer.cpp106 m_TempoRatio = 1.0f; in Initialize()
368 m_TempoRatio = tempoRatio; in SetTempoRatio()