MCPcopy Create free account
hub / github.com/LMMS/lmms / triangleWaveClicked

Method triangleWaveClicked

plugins/bit_invader/bit_invader.cpp:483–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481
482
483void bitInvaderView::triangleWaveClicked()
484{
485 m_graph->model()->clearInvisible();
486 m_graph->model()->setWaveToTriangle();
487 Engine::getSong()->setModified();
488}
489
490
491

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected