Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_SequenceSoundPlayer.h141 u8 timebase; member
279 …f32 CalcTickPerMinute() const { return m_ParserParam.timebase * m_ParserParam.tempo * m_TempoRatio… in CalcTickPerMinute()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceSoundPlayer.cpp120 m_ParserParam.timebase = DEFAULT_TIMEBASE; in Initialize()
Dsnd_MmlParser.cpp440 playerParam.timebase = static_cast<u8>( commandArg1 ); in CommandProc()