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

Method noiseWaveClicked

plugins/bit_invader/bit_invader.cpp:513–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511
512
513void bitInvaderView::noiseWaveClicked()
514{
515 m_graph->model()->clearInvisible();
516 m_graph->model()->setWaveToNoise();
517 Engine::getSong()->setModified();
518}
519
520
521

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected