Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ toggleLoopPoints
Method
toggleLoopPoints
src/gui/TimeLineWidget.cpp:203–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
202
203
void TimeLineWidget::toggleLoopPoints( int _n )
204
{
205
m_loopPoints = static_cast<LoopPointStates>( _n );
206
update();
207
}
208
209
210
Callers
1
loadProject
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected