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

Method DocumentPropertiesChanged

Source/SoundGen.cpp:229–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void 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

Callers 10

OnBnClickedOkMethod · 0.80
DeleteContentsMethod · 0.80
CreateEmptyMethod · 0.80
OpenDocumentMethod · 0.80
OnBnClickedOkMethod · 0.80
OnFileImportTextMethod · 0.80
OnTrackerPalMethod · 0.80
OnTrackerNtscMethod · 0.80
OnTrackerDetuneMethod · 0.80
OnInitialUpdateMethod · 0.80

Calls 2

GetModuleMethod · 0.80
ConfigureDocumentMethod · 0.45

Tested by

no test coverage detected