Skip to content

Instantly share code, notes, and snippets.

@mohayonao
Created July 12, 2015 13:08
Show Gist options
  • Select an option

  • Save mohayonao/b18b729c04728787e968 to your computer and use it in GitHub Desktop.

Select an option

Save mohayonao/b18b729c04728787e968 to your computer and use it in GitHub Desktop.
export function fineToDetune(x) {
return Math.log((x + 1000) / 1000) / Math.log(Math.pow(2, 1 / 12)) * 100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment