| 150 | } |
| 151 | |
| 152 | void 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 | |
| 159 | void CSoundGen::AssignView(CFamiTrackerView *pView) |
| 160 | { |
no outgoing calls
no test coverage detected