Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ noiseWaveClicked
Method
noiseWaveClicked
plugins/bit_invader/bit_invader.cpp:513–518 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
511
512
513
void bitInvaderView::noiseWaveClicked()
514
{
515
m_graph->model()->clearInvisible();
516
m_graph->model()->setWaveToNoise();
517
Engine::getSong()->setModified();
518
}
519
520
521
Callers
nothing calls this directly
Calls
5
getSong
Function · 0.85
clearInvisible
Method · 0.80
setWaveToNoise
Method · 0.80
setModified
Method · 0.80
model
Method · 0.45
Tested by
no test coverage detected