MCPcopy 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

playSongMethod · 0.80
playBBMethod · 0.80
togglePauseMethod · 0.80
stopMethod · 0.80
startExportMethod · 0.80
stopExportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected