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

Method setIsPlaying

src/tracks/SampleTrack.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void SampleTCO::setIsPlaying(bool isPlaying)
206{
207 m_isPlaying = isPlaying;
208}
209
210
211

Callers 6

playMethod · 0.80
setPlayingTcosMethod · 0.80
testPlayNoteMethod · 0.80
pauseTestNotesMethod · 0.80
mouseReleaseEventMethod · 0.80
mouseMoveEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected