Not at all! It's the other way round. Harmonics are those overtones that are integer multiples of the fundamental. You can have other, non-harmonic, overtones.
Just to make sure I've got it: harmonics will always sound like (be?) octaves relative to the fundamental. But all the less-dominant frequencies are overtones, even if I somehow get a tritone or something gross sounding.
Now what happens when I play a chord and get overtones out of the interaction between two strings or a choir? What's happening there?
> harmonics will always sound like (be?) octaves relative to the fundamental.
Since you mention "octave" here I want to point out that this is a common misconception. Harmonics are not just octaves of the fundamental. The octave scale is logarithmic but harmonics are linear and include all integer multiples.
If your fundamental is 100, the octaves are 200, 400, 800, 1600, .... But the harmonics are 200, 300, 400, 500, 600, ... There are many extra harmonics that aren't overtones.
This is important for many reasons, but a fun one is that you can use this in sound design by relying on a clever thing our brains can do. We are so good at doing frequency analysis in our heads that we can figure out what fundamental must be present even when it isn't. If you play sine waves at 200, 300, 400, 500, 600, etc. your brain can figure out that those would all be multiples of a 100-Hz fundamental, even though that fundamental isn't present [1].
This lets you do a neat trick where you hi-pass a sound to remove some of the lowest frequencies in order to make room in the mix for other bass sounds. Even though the sound loses its fundamental, listeners will still hear it as "functionally" having a bass register. (This is also why when you listen to music on a crappy tiny speaker, you still hear the bass as bass even though it's actually quite tinny and high-frequency.)
Not as I understand it. A harmonic is an integer multiple of the original frequency. An octave is a power of two. So the second and fourth harmonics are octaves. The third is not, though still on a normal western musical scale. The fifth is not even on the musical scale. The 12 note "well tempered" scale was and remains a fix to try to put some kind of order into all of this.
> Now what happens when I play a chord and get overtones out of the interaction between two strings or a choir? What's happening there?
Nothing. Sound superposition is linear. There's no interference between different frequencies. By playing several strings together you obtain the sum of the sounds played by each of them separately. No new frequencies can appear.
Overly simplistic. You can get beats when you combined two nearby frequencies. The beats have a frequency and are audible. Similarly, sounds can be reinforced or hidden in the interaction between instruments; it might be linear, but that does not say anything about what you actually hear.
Yes, you got it. Important is that a wave has a frequency and also a shape (e.g. sine, square, etc.). Even if the shape is different and the frequency is the same, the "pitch" is the same. The shape is the "timbre", or what makes the instruments sound different.
You can deconstruct any given sound wave into its partial sine waves. This is typically done using a Fourier Transform algorithm (FT).
Of course, we can also do it the other way around, create a signal out of many sine waves. In practice, this is called additive synthesis.
Instruments not only sound different because of the timbre. Another thing to look at is the loudness over time, e.g. when plucking a string. We usually do this with an ADSR representation (Attack, Decay, Sustain, Release).
Knowing these chracteristics is enough to recreate an instrument with a synthesizer. Of course, it gets more complex when there are inharmonics and if they are irregular (different depending on each tone). That's why synthesizing instruments realistically is a pretty time consuming science.
Not at all! It's the other way round. Harmonics are those overtones that are integer multiples of the fundamental. You can have other, non-harmonic, overtones.