Trumpet Harmonics
May 19, 2020
The harmonic spiral from last post can also be used to vizualize the harmonics of instruments that work with overblowing, like a trumpet:
Before I show the spiral, let's look at how a trumpet handles pitch.
How a trumpet produces different pitches
A trumpet without valves can just play the harmonic series, which has large gaps. To fix that, valves are used to send the air through extra detours:
screenshot from this animation
- the tube length directly affects the pitch of the horn => longer tube = lower note
- if no valve is pressed, the tube is the shortest
- if a valve is pressed, the tube is elongated by the length of the slide that comes out of its piston
- the elongation of the third slide is the same as the elongation of the first and second combined (approximately)
- the player can play all harmonics of a certain tube length by raising the air pressure
- with all harmonics of all possible tube lengths, all common equal temperament notes (or at least close ones) can be played (and more)
As there are 3 valves with two states each, we can create 8 different combinations. Each combination can be expressed as a binary number (0 = not pressed, 1 = pressed). To read the binary numbers in a useful order, let's flip the trumpet. If we would read the bits in the other direction, one two and three would not coincide with the valves one two and three
Valve Combinations
color | binary | decimal | semitones | root |
---|---|---|---|---|
000 | 0 | 0 | C2 | |
010 | 2 | -1 | B1 | |
001 | 1 | -2 | Bb1 | |
011 | 3 | -3 | A1 | |
100 | 4 | -3 | A1 | |
110 | 6 | -4 | Ab1 | |
101 | 5 | -5 | G1 | |
111 | 7 | -6 | Gb1 |
Due to the fact that the elongation of the third slide is the same as the elongation of the first and second slides combined, the combination 011 (3) creates the same harmonics as 100 (4). This lucky coincidence maps the decimal number 3 to the 3rd valve!
Harmonic Spiral
- as the harmonic series gets denser as we go up, more and more combinations will end up on similar notes in higher registers.
- most of those pitches will by slightly detuned to each other, depending on the tube length and harmonic
- all the harmonic series start on their second partial (omitting the root partial), as by instrument design, the root partials are not intended to be played and hard to produce, so I omitted them.
- i have no idea how the exact length ratios of the slides are, I just assumed the roots were tuned to equal temperament. Nevertheless the pattern would look the same, just slightly detuned.
Default Combinations
In practice, there are certain default combinations, so for simplicity each note is mostly played with the same combination. It is desired that
- the pitch is close to equal temperament, relative to the root note of the horn
- lower harmonics are used in favor of higher harmonics
Further Ideas
- Measure pitches of actual trumpet to find out where the "anchors" are
- Measure lengths of tube + slides of actual trumpet
- Write algorithm that outputs different default combinations for alternative tunings