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