Home
last modified time | relevance | path

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

/dports/audio/mixxx/mixxx-2.3.0/src/track/
H A Dbeatutils.cpp323 const double roundBpmWidth = maxBpm - minBpm; in roundBpmWithinRange() local
324 if (roundBpmWidth > 0.5) { in roundBpmWithinRange()
337 if (roundBpmWidth > 1.0 / 12) { in roundBpmWithinRange()