Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ triangleWaveClicked
Method
triangleWaveClicked
plugins/vibed/vibed.cpp:699–703 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
697
698
699
void vibedView::triangleWaveClicked()
700
{
701
m_graph->model()->setWaveToTriangle();
702
Engine::getSong()->setModified();
703
}
704
705
706
Callers
nothing calls this directly
Calls
4
getSong
Function · 0.85
setWaveToTriangle
Method · 0.80
setModified
Method · 0.80
model
Method · 0.45
Tested by
no test coverage detected