| 227 | } |
| 228 | |
| 229 | void CSoundGen::DocumentPropertiesChanged(CFamiTrackerDoc *pDocument) |
| 230 | { |
| 231 | // ASSERT(pDocument == m_pDocument); // // // |
| 232 | if (pDocument != m_pDocument) |
| 233 | return; |
| 234 | AssignModule(*m_pDocument->GetModule()); |
| 235 | m_pSoundDriver->ConfigureDocument(); |
| 236 | } |
| 237 | |
| 238 | // |
| 239 | // Interface functions |
no test coverage detected