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

Method playSong

src/core/Song.cpp:510–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508
509
510void Song::playSong()
511{
512 m_recording = false;
513
514 if( isStopped() == false )
515 {
516 stop();
517 }
518
519 m_playMode = Mode_PlaySong;
520 m_playing = true;
521 m_paused = false;
522
523 m_vstSyncController.setPlaybackState( true );
524
525 savePos();
526
527 emit playbackStateChanged();
528}
529
530
531

Callers 3

playMethod · 0.80
playMethod · 0.80
recordAccompanyMethod · 0.80

Calls 3

isStoppedFunction · 0.85
stopFunction · 0.85
setPlaybackStateMethod · 0.80

Tested by

no test coverage detected