Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SequenceSoundPlayer.h139 u8 timebase; member
277 …f32 CalcTickPerMinute() const { return m_ParserParam.timebase * m_ParserParam.tempo * m_TempoRatio… in CalcTickPerMinute()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SequenceSoundPlayer.cpp118 m_ParserParam.timebase = DEFAULT_TIMEBASE; in Initialize()
Dsnd_MmlParser.cpp438 playerParam.timebase = static_cast<u8>( commandArg1 ); in CommandProc()