Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processNextBuffer
Method · 0.80
setPlayPos
Method · 0.80
stop
Method · 0.80
mouseMoveEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected