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

Method GetQueueFrame

Source/SoundGen.cpp:1290–1295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288}
1289
1290unsigned CSoundGen::GetQueueFrame() const
1291{
1292 if (const auto &cursor = m_pSoundDriver->GetPlayerCursor())
1293 return cursor->GetQueuedFrame().value_or(-1);
1294 return -1;
1295}
1296
1297// Verification
1298

Callers 2

DrawFrameEditorMethod · 0.80
OnLButtonUpMethod · 0.80

Calls 2

GetQueuedFrameMethod · 0.80
GetPlayerCursorMethod · 0.45

Tested by

no test coverage detected