- #1
- 81
- 55
Our brains are apparently musically happy when different individual notes are harmonically related to each other.
In our music system, the fundamental frequencies of the different notes on a musical instrument such as the piano or the guitar are related to each other in such a way as to allow them to get as close as possible to the integer harmonics that occur in any given note of the instrument. This system uses what is called 'equal temperament' in the tuning of the different notes. The fundamental frequencies of the notes are separated by a factor of 2^(1/12), so every twelfth note the fundamental frequency of the note has exactly doubled.
I have written a web-based app that demonstrates some of these ideas. It is a work-in-progress.
The top two buttons allow us to hear the difference between an equal-temperament major chord with frequencies f + f*2^(4/12) + f*2^(7/12), and a major chord based on integer-related harmonics with frequencies of f + f*5/4 + f*6/4. To my ear the harmonically-related major chord sounds calmer and sweeter.
The middle button allows us to hear a sinusoidal tone and its seven harmonics separately (f, 2f, 3f, 4f, 5f, 6f, 7f and 8f).
The bottom left button plays an equal-temperament major scale starting at 8f. This scale also includes the dominant 7th for eight different notes (the ninth note is 16f). The bottom right button plays a harmonically-related scale based on tones of frequency 8f through 16f.
Note that I have only successfully tested this app on a Windows desktop pc. I haven't tried it on a Mac. It does not play properly on an iPhone or iPad.
https://bobwalance.github.io/
In our music system, the fundamental frequencies of the different notes on a musical instrument such as the piano or the guitar are related to each other in such a way as to allow them to get as close as possible to the integer harmonics that occur in any given note of the instrument. This system uses what is called 'equal temperament' in the tuning of the different notes. The fundamental frequencies of the notes are separated by a factor of 2^(1/12), so every twelfth note the fundamental frequency of the note has exactly doubled.
I have written a web-based app that demonstrates some of these ideas. It is a work-in-progress.
The top two buttons allow us to hear the difference between an equal-temperament major chord with frequencies f + f*2^(4/12) + f*2^(7/12), and a major chord based on integer-related harmonics with frequencies of f + f*5/4 + f*6/4. To my ear the harmonically-related major chord sounds calmer and sweeter.
The middle button allows us to hear a sinusoidal tone and its seven harmonics separately (f, 2f, 3f, 4f, 5f, 6f, 7f and 8f).
The bottom left button plays an equal-temperament major scale starting at 8f. This scale also includes the dominant 7th for eight different notes (the ninth note is 16f). The bottom right button plays a harmonically-related scale based on tones of frequency 8f through 16f.
Note that I have only successfully tested this app on a Windows desktop pc. I haven't tried it on a Mac. It does not play properly on an iPhone or iPad.
https://bobwalance.github.io/