Problem 379. Chromatic Tuner

Created by @bmtran

Given a frequency, return the number of cents difference between the given frequency and its nearest semitone (in 12-tone equal temperament with A440) as well as the semitone it is closest to (in scientific pitch notation, using # for sharp and using natural pitches whenever possible) with A440 referring to A4. Refer to the wikipedia articles below for more information.

References:

Tags

Problem Group

5 solvers submitted 26 solutions (5.2 solutions/solver).

Problem Comments