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

Method sinWaveClicked

plugins/bit_invader/bit_invader.cpp:473–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471
472
473void bitInvaderView::sinWaveClicked()
474{
475 m_graph->model()->clearInvisible();
476 m_graph->model()->setWaveToSine();
477 Engine::getSong()->setModified();
478}
479
480
481

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected