Music`
Music`
CentsToHertz
CentsToHertz[{i1,i2,…}]
converts a list of intervals i1,i2,… measured in cents to a list of frequencies measured in Hertz, beginning at 440 Hertz.
CentsToHertz[{i1,i2,…},freq]
gives a list of frequencies beginning at frequency freq.
Details and Options
- To use CentsToHertz, you first need to load the Music Package using Needs["Music`"].
- HertzToCents performs the inverse conversion from Hertz to cents.