AudioCalcs
Chord Calculator — Build Chords from Root Note
Build chords from any root note. See the notes, intervals and chord-tone frequencies.
How We Calculate This
Each chord type is defined by a set of intervals (in semitones) from the root note. The calculator adds these intervals to the root note index and wraps around using modulo 12 arithmetic to name each tone.
Each tone's pitch is then found with the 12-tone equal-temperament formula f = ref × 2^((MIDI − 69)/12), where the reference is A4 (MIDI 69, 440 Hz by default) and the MIDI number is 12 × (octave + 1) + the tone's position above C. For example, a C major triad at octave 4 gives C4 = 261.63 Hz, E4 = 329.63 Hz and G4 = 392.00 Hz.
Frequently Asked Questions
Chords are built by stacking intervals on top of a root note. A major chord uses the root, major third (4 semitones) and perfect fifth (7 semitones). A minor chord uses root, minor third (3 semitones) and perfect fifth (7 semitones).
A seventh chord adds a fourth note — the seventh interval — on top of a triad. Major 7th adds the note 11 semitones above the root, dominant 7th adds 10 semitones, and minor 7th adds 10 semitones on top of a minor triad.
Suspended chords replace the third with either the second (sus2) or fourth (sus4) scale degree. They sound neither major nor minor and create tension that typically resolves to a major or minor chord.
Related Calculators
Key Transposition Calculator
Transpose chords and notes between any musical keys instantly. Free online key transposition calculator for musicians and producers.
Interval Calculator
Find the musical interval between any two notes with semitone count, frequency ratio and cents. Free interval calculator for musicians.
Scale Calculator
Generate musical scales from any root note including major, minor, pentatonic, blues and modal scales. Free online scale calculator.
Note Frequency Calculator
Find the exact frequency in Hz of any musical note in any octave using equal temperament tuning. Free online note frequency calculator.
Time Signature Calculator
Calculate bar lengths, beat durations and total song duration from any time signature and BPM. Free online music timing calculator.
Was this calculator helpful?
Last updated: February 2026
All calculations are estimates based on standard formulas. Always verify results for critical applications.