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