| 624 | } |
| 625 | |
| 626 | void 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 | |
| 634 | void CSoundGen::OnPlayNote(stChannelID chan, const stChanNote ¬e) { |
| 635 | if (!IsChannelMuted(chan)) { |