MCPcopy Create free account
hub / github.com/LMMS/lmms / currentFrame

Function currentFrame

include/Song.h:342–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 }
341
342 inline f_cnt_t currentFrame() const
343 {
344 return m_playPos[m_playMode].getTicks() * Engine::framesPerTick() +
345 m_playPos[m_playMode].currentFrame();
346 }
347
348 void setPlayPos( tick_t ticks, PlayModes playMode );
349

Callers 1

getFramesFunction · 0.85

Calls 3

framesPerTickFunction · 0.85
getTicksMethod · 0.80
currentFrameMethod · 0.80

Tested by

no test coverage detected