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

Method LoadSoundConfig

Source/SoundGen.cpp:837–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835}
836
837void CSoundGen::LoadSoundConfig() { // // //
838 ASSERT(GetCurrentThreadId() == FTEnv.GetMainApp()->m_nThreadID);
839
840 LoadSettings();
841 Interrupt();
842 static_cast<CFrameWnd *>(AfxGetMainWnd())->SetMessageText(IDS_NEW_SOUND_CONFIG);
843}
844
845stDPCMState CSoundGen::GetDPCMState() const
846{

Callers 3

OnTrackerKillsoundMethod · 0.80
OnApplyMethod · 0.80
OnApplyMethod · 0.80

Calls 1

GetMainAppMethod · 0.80

Tested by

no test coverage detected