Skip to content

Commit

Permalink
Increase resolution to 0.01 cent
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Jul 15, 2023
1 parent f4aff33 commit fde3938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/tuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ def find_freqnotecents(f, rf):
octave = (n + 8) // len(NOTES)
scale = (nf - n) / 4;
cents = (scale * 10000) / 25;
return f, "%s%d" % (note, octave), cents * 16
return f, "%s%d" % (note, octave), cents * 100

0 comments on commit fde3938

Please sign in to comment.