We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d3666 commit 40e6cb2Copy full SHA for 40e6cb2
1 file changed
src/base/USong.pas
@@ -67,6 +67,7 @@ interface
67
68
const
69
DEFAULT_RESOLUTION = 4; // default beat grid resolution
70
+ MIN_BPM = 1.0; // minimum allowed BPM to avoid divide-by-zero
71
72
type
73
0 commit comments