MCPcopy 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
699void vibedView::triangleWaveClicked()
700{
701 m_graph->model()->setWaveToTriangle();
702 Engine::getSong()->setModified();
703}
704
705
706

Callers

nothing calls this directly

Calls 4

getSongFunction · 0.85
setWaveToTriangleMethod · 0.80
setModifiedMethod · 0.80
modelMethod · 0.45

Tested by

no test coverage detected