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

Method sawWaveClicked

plugins/bit_invader/bit_invader.cpp:493–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491
492
493void bitInvaderView::sawWaveClicked()
494{
495 m_graph->model()->clearInvisible();
496 m_graph->model()->setWaveToSaw();
497 Engine::getSong()->setModified();
498}
499
500
501

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected