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

Method AssignModule

Source/SoundGen.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void CSoundGen::AssignModule(CFamiTrackerModule &modfile) {
153 m_pModule = &modfile;
154 m_pInstRecorder->AssignModule(modfile);
155 m_pSoundDriver->AssignModule(modfile);
156 m_pTempoCounter->AssignModule(modfile);
157}
158
159void CSoundGen::AssignView(CFamiTrackerView *pView)
160{

Callers 4

ImportFileMethod · 0.45
OnTrackerDetuneMethod · 0.45
OnInitialUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected