Skip to content

Instantly share code, notes, and snippets.

@tushar-rishav
Created April 1, 2016 21:07
Show Gist options
  • Save tushar-rishav/31264c834b2c14febc11f0f7c99dd3d2 to your computer and use it in GitHub Desktop.
Save tushar-rishav/31264c834b2c14febc11f0f7c99dd3d2 to your computer and use it in GitHub Desktop.
Guitar strings

Frequencies of the strings

frequencies = {
	'E': 329.63,
	'A': 440,
	'D': 587.33,
	'G': 783.99,
	'B': 987.77,
	'e': 1318.5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment