The frequence of the notes?
I once had a book with a table of them, but I kind of lost it
I want to create a music for my c++ game, but I need the notes.
-----------------------------------------
Everyboddy need someboddy!
-----------------------------------------Everyboddy need someboddy!
A4 is 440Hz. The scale is logarithmic, with an octave (12 notes) doubling the frequency. So you have notes at base*21/12, base*22/12, ...
“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” — Brian W. Kernighan (C programming language co-inventor)
[edited by - Fruny on January 14, 2004 2:17:04 AM]
“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” — Brian W. Kernighan (C programming language co-inventor)
[edited by - Fruny on January 14, 2004 2:17:04 AM]
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
Google dude:
http://www.fortunecity.com/tinpan/lennon/362/english/acoustics.htm#tablefrequenciesnotes
http://www.fortunecity.com/tinpan/lennon/362/english/acoustics.htm#tablefrequenciesnotes
Thanks
-----------------------------------------
Everyboddy need someboddy!
-----------------------------------------
Everyboddy need someboddy!
-----------------------------------------Everyboddy need someboddy!
Just to add a little side note (pun intended) to Fruny''s post: middle C is at ~263 Hz (different standards defined it differently) and the doubling or halving of the frequency over which you increase or decrease the pitch by one octave is called a harmonic, as in harmony - frequencies that sound perfect in unison.
The closest standard around to you is the MIDI standard - Googling for a MIDI note frequency table always yields results.
The closest standard around to you is the MIDI standard - Googling for a MIDI note frequency table always yields results.
"Literally, it means that Bob is everything you can think of, but not dead; i.e., Bob is a purple-spotted, yellow-striped bumblebee/dragon/pterodactyl hybrid with a voracious addiction to Twix candy bars, but not dead."- kSquared
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement