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

Method setPlayingTcos

src/tracks/SampleTrack.cpp:756–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754
755
756void SampleTrack::setPlayingTcos( bool isPlaying )
757{
758 for( int i = 0; i < numOfTCOs(); ++i )
759 {
760 TrackContentObject * tco = getTCO( i );
761 SampleTCO * sTco = dynamic_cast<SampleTCO*>( tco );
762 sTco->setIsPlaying( isPlaying );
763 }
764}
765
766
767

Callers 1

Calls 1

setIsPlayingMethod · 0.80

Tested by

no test coverage detected