Home
last modified time | relevance | path

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

/dports/audio/mixxx/mixxx-2.3.0/src/track/
H A Dbeatutils.cpp292 const double minRoundBpm = 60.0 * sampleRate / longestRegionBeatLengthMax; in makeConstBpm() local
298 const double roundBpm = roundBpmWithinRange(minRoundBpm, centerBpm, maxRoundBpm); in makeConstBpm()