Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ stopExport
Method
stopExport
src/core/Song.cpp:762–769 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
760
761
762
void Song::stopExport()
763
{
764
stop();
765
m_exporting = false;
766
m_exportLoop = false;
767
768
m_vstSyncController.setPlaybackState( m_playing );
769
}
770
771
772
Callers
1
run
Method · 0.80
Calls
2
stop
Function · 0.85
setPlaybackState
Method · 0.80
Tested by
no test coverage detected