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

Method SetQueueFrame

Source/SoundGen.cpp:1284–1288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282}
1283
1284void CSoundGen::SetQueueFrame(unsigned Frame)
1285{
1286 if (auto cursor = m_pSoundDriver->GetPlayerCursor())
1287 cursor->QueueFrame(Frame); // // //
1288}
1289
1290unsigned CSoundGen::GetQueueFrame() const
1291{

Callers 1

OnLButtonUpMethod · 0.80

Calls 2

QueueFrameMethod · 0.80
GetPlayerCursorMethod · 0.45

Tested by

no test coverage detected