Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ sawWaveClicked
Method
sawWaveClicked
plugins/bit_invader/bit_invader.cpp:493–498 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
491
492
493
void bitInvaderView::sawWaveClicked()
494
{
495
m_graph->model()->clearInvisible();
496
m_graph->model()->setWaveToSaw();
497
Engine::getSong()->setModified();
498
}
499
500
501
Callers
nothing calls this directly
Calls
5
getSong
Function · 0.85
clearInvisible
Method · 0.80
setWaveToSaw
Method · 0.80
setModified
Method · 0.80
model
Method · 0.45
Tested by
no test coverage detected