MCPcopy Create free account
hub / github.com/BambooTracker/BambooTracker / checkPlayPosition

Method checkPlayPosition

BambooTracker/playback.cpp:1729–1735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1727}
1728
1729void PlaybackManager::checkPlayPosition(int maxStepSize)
1730{
1731 if (isPlaySong() && playingPos_.step >= maxStepSize) {
1732 playingPos_.step = maxStepSize - 1;
1733 findNextStep();
1734 }
1735}
1736
1737void PlaybackManager::setChannelRetrieving(bool enabled)
1738{

Callers 1

setDefaultPatternSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected