Home
last modified time | relevance | path

Searched refs:minBeatLength (Results 1 – 1 of 1) sorted by relevance

/dports/audio/mixxx/mixxx-2.3.0/src/track/
H A Dbeatutils.cpp255 double minBeatLength = math_max(longestRegionBeatLengthMin, thisRegionBeatLengthMin); in makeConstBpm() local
259 static_cast<int>(round(newLongestRegionLength / minBeatLength)); in makeConstBpm()