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

Method SetVisualizerWindow

Source/SoundGen.cpp:196–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void CSoundGen::SetVisualizerWindow(CVisualizerWnd *pWnd)
197{
198 // Called from main thread
199 ASSERT(GetCurrentThreadId() == FTEnv.GetMainApp()->m_nThreadID);
200
201 m_csVisualizerWndLock.Lock();
202 m_pVisualizerWnd = pWnd;
203 m_csVisualizerWndLock.Unlock();
204}
205
206void CSoundGen::ModuleChipChanged() { // // //
207 // Tell the sound emulator to switch expansion chip

Callers 2

OnDestroyMethod · 0.80

Calls 1

GetMainAppMethod · 0.80

Tested by

no test coverage detected