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

Method MoveToFrame

Source/SoundGen.cpp:1277–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1275}
1276
1277void CSoundGen::MoveToFrame(int Frame)
1278{
1279 // Todo: synchronize
1280 if (auto cursor = m_pSoundDriver->GetPlayerCursor())
1281 cursor->SetPosition(Frame, 0); // // //
1282}
1283
1284void CSoundGen::SetQueueFrame(unsigned Frame)
1285{

Callers 1

SelectFrameMethod · 0.45

Calls 2

SetPositionMethod · 0.80
GetPlayerCursorMethod · 0.45

Tested by

no test coverage detected