This commit is contained in:
2025-01-30 04:05:18 -06:00
parent 336c4ee36f
commit d86f5dbfb3

View File

@@ -67,7 +67,8 @@ def main():
# 119.905 Still fast
# 119.900 Still fast
# 119.890
bpm_constant = 119.000
# 119.000 Wicked slow, outpaces in like 4 measures
bpm_constant = 119.890
beat_interval = 60 / (bpm_constant * args.bpm * 2)
print(f"Beat interval: {beat_interval}")