Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
void SampleTCO::setIsPlaying(bool isPlaying)
206
{
207
m_isPlaying = isPlaying;
208
}
209
210
211
Callers
6
play
Method · 0.80
setPlayingTcos
Method · 0.80
testPlayNote
Method · 0.80
pauseTestNotes
Method · 0.80
mouseReleaseEvent
Method · 0.80
mouseMoveEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected