MCPcopy Create free account
hub / github.com/LMMS/lmms / startExport

Method startExport

src/core/Song.cpp:740–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738
739
740void Song::startExport()
741{
742 stop();
743 if(m_renderBetweenMarkers)
744 {
745 m_playPos[Mode_PlaySong].setTicks( m_playPos[Mode_PlaySong].m_timeLine->loopBegin().getTicks() );
746 }
747 else
748 {
749 m_playPos[Mode_PlaySong].setTicks( 0 );
750 }
751
752 playSong();
753
754 m_exporting = true;
755
756 m_vstSyncController.setPlaybackState( true );
757}
758
759
760

Callers 1

runMethod · 0.45

Calls 4

stopFunction · 0.85
setTicksMethod · 0.80
getTicksMethod · 0.80
setPlaybackStateMethod · 0.80

Tested by

no test coverage detected