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

Method SetTempoCounter

Source/SoundDriver.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void CSoundDriver::SetTempoCounter(std::shared_ptr<CTempoCounter> tempo) {
146 if (m_pTempoCounter = std::move(tempo); m_pTempoCounter)
147 m_pTempoCounter->AssignModule(*modfile_);
148}
149
150void CSoundDriver::Tick() {
151 if (IsPlaying())

Callers 1

AssignDocumentMethod · 0.80

Calls 1

AssignModuleMethod · 0.45

Tested by

no test coverage detected