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

Method setCurrentFrame

include/Song.h:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 {
81 }
82 inline void setCurrentFrame( const float f )
83 {
84 m_currentFrame = f;
85 }
86 inline float currentFrame() const
87 {
88 return m_currentFrame;

Callers 4

processNextBufferMethod · 0.80
setPlayPosMethod · 0.80
stopMethod · 0.80
mouseMoveEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected