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

Method playbackPositionChanged

src/tracks/SampleTrack.cpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180
181void SampleTCO::playbackPositionChanged()
182{
183 Engine::mixer()->removePlayHandlesOfTypes( getTrack(), PlayHandle::TypeSamplePlayHandle );
184 SampleTrack * st = dynamic_cast<SampleTrack*>( getTrack() );
185 st->setPlayingTcos( false );
186}
187
188
189

Callers 1

mouseReleaseEventMethod · 0.80

Calls 3

mixerFunction · 0.85
setPlayingTcosMethod · 0.80

Tested by

no test coverage detected