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

Method currentFrame

include/Song.h:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 m_currentFrame = f;
85 }
86 inline float currentFrame() const
87 {
88 return m_currentFrame;
89 }
90 inline void setJumped( const bool jumped )
91 {
92 m_jumped = jumped;

Callers 3

processNextBufferMethod · 0.80
stopMethod · 0.80
currentFrameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected