MCPcopy 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
762void 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

runMethod · 0.80

Calls 2

stopFunction · 0.85
setPlaybackStateMethod · 0.80

Tested by

no test coverage detected