Trumpet Harmonics

tuning
music theory

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:

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:

valve

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

trumpet

Valve Combinations

color binary decimal semitones root
00000C2
0102-1B1
0011-2Bb1
0113-3A1
1004-3A1
1106-4Ab1
1015-5G1
1117-6Gb1

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

Gb2G2Ab2A2Bb2B2C3Db3D3Eb3E3F3Gb3Gb3G3G3Ab3A3B3B3Bb3C4C4Db4D4D4Eb4Eb4E4E4F4F4Gb4Gb4G4G4G4Ab4Ab4A4A4A4Bb4Bb4Bb4B4B4B4C5C5C5Db5Db5Db5D5

  • 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

Felix Roos 2023