MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / OnStepRow

Method OnStepRow

Source/SoundGen.cpp:626–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626void CSoundGen::OnStepRow() {
627 if (m_pTempoDisplay) // // // 050B
628 m_pTempoDisplay->StepRow();
629 CSingleLock l(&m_csRenderer); l.Lock();
630 if (is_rendering_impl())
631 m_pWaveRenderer->StepRow(); // // //
632}
633
634void CSoundGen::OnPlayNote(stChannelID chan, const stChanNote &note) {
635 if (!IsChannelMuted(chan)) {

Callers 1

PlayerTickMethod · 0.80

Calls 1

StepRowMethod · 0.45

Tested by

no test coverage detected