Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ setPlaybackState
Method
setPlaybackState
include/VstSyncController.h:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
void setAbsolutePosition( double ticks );
43
44
void setPlaybackState( bool enabled )
45
{
46
m_syncData->isPlaying = enabled;
47
}
48
49
void setTempo( int newTempo );
50
Callers
6
playSong
Method · 0.80
playBB
Method · 0.80
togglePause
Method · 0.80
stop
Method · 0.80
startExport
Method · 0.80
stopExport
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected