Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ sinWaveClicked
Method
sinWaveClicked
plugins/bit_invader/bit_invader.cpp:473–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
471
472
473
void bitInvaderView::sinWaveClicked()
474
{
475
m_graph->model()->clearInvisible();
476
m_graph->model()->setWaveToSine();
477
Engine::getSong()->setModified();
478
}
479
480
481
Callers
nothing calls this directly
Calls
5
getSong
Function · 0.85
clearInvisible
Method · 0.80
setWaveToSine
Method · 0.80
setModified
Method · 0.80
model
Method · 0.45
Tested by
no test coverage detected