Plan your future with our Retirement Budget Calculator

Chord Note Generator

Select a root note (0–11) and chord type to instantly generate note names, MIDI codes, semitone intervals, and chord character.
Loading...
Luis GonzalezCreated by Luis GonzalezLast updated:

How to Use This Calculator

  1. 1

    Select the Root Note

    Choose the chromatic index (0-11) for the root of your chord. 0 represents C, 1 is C#, and so on, up to 11 for B.

  2. 2

    Choose the Chord Type

    Select from a variety of chord types like Major, Minor, Dominant 7th, Sus2, Diminished, or Augmented to define the chord's quality.

  3. 3

    Review Your Chord

    The calculator will instantly display the chord's name, its constituent note names, and their corresponding MIDI note codes.

Example Calculation

A songwriter wants to quickly find the notes for a C Major chord to build a progression.

Root Note (0–11)

0

Chord Type

Major

Results

C Major

Tips

Explore Chord Inversions

While this calculator provides the root position, experiment with inversions by re-ordering the notes. For a C Major (C-E-G), E-G-C is a 1st inversion, offering a smoother voice leading in progressions.

Understand Chord Qualities

The 'Sounds' subheader indicates the emotional character of the chord (e.g., bright, dark, tense). Use this to inform your compositional choices, contrasting different qualities for expressive effect.

Utilize MIDI Note Codes

The MIDI note codes are numerical representations of pitches. Add 60 to these values (for Middle C being MIDI 60) to get absolute MIDI notes, which are directly usable in digital audio workstations (DAWs) for programming.

Unlocking Harmonic Possibilities with the Chord Note Generator

Understanding the building blocks of harmony is fundamental to music composition, theory, and performance. The Chord Note Generator is an essential tool for musicians, producers, and students seeking to quickly identify the precise notes that form any given chord. From foundational triads like C Major to complex extensions such as G Dominant 7th, this calculator provides immediate access to the harmonic structure, enabling faster songwriting, clearer arrangement, and deeper theoretical comprehension.

Why Knowing Chord Notes is Crucial for Musicians

Knowing the individual notes within a chord is vital for several aspects of musicianship. For composers, it allows for informed voice leading and harmonic progression, ensuring smooth transitions between chords. Performers use this knowledge for improvisation, accurate sight-reading, and understanding how to build chords on various instruments. In music production, precise note information is essential for programming synthesizers, creating basslines that outline harmony, and layering instruments effectively. This foundational knowledge empowers musicians to move beyond rote memorization and truly grasp the underlying theory, leading to more creative and deliberate musical choices.

The Interval Logic Behind Musical Chords

A chord's identity is defined by its root note and a specific set of intervals (distances in semitones) from that root. For example, a Major chord always consists of a root, a major third (4 semitones above the root), and a perfect fifth (7 semitones above the root). A Minor chord substitutes the major third with a minor third (3 semitones), while still retaining the perfect fifth. The calculator takes your chosen root and chord type, then applies these predefined interval patterns to generate the constituent notes. For instance, a C (root 0) Major chord uses intervals [0, 4, 7], resulting in C, E, and G.

note = (root index + interval) % 12

Here, root index is the chromatic number (0-11) of the root note, and interval is the semitone distance for each chord tone. The % 12 ensures the result wraps around within the 12-semitone chromatic scale.

💡 Once you've generated the notes for a specific chord, you might want to see how those notes fit into a larger melodic context. Our Minor Scale Note Generator can help you explore the notes within various minor scales, which often form the basis for chord progressions.

Generating a G Dominant 7th Chord: A Worked Example

Let's say a keyboardist wants to find the notes for a G Dominant 7th chord.

  1. Select the Root Note: G corresponds to chromatic index 7 (C=0, C#=1, D=2, D#=3, E=4, F=5, F#=6, G=7). Input 7.
  2. Choose the Chord Type: Select Dominant 7th.
  3. Apply Intervals: The intervals for a Dominant 7th chord are typically [0, 4, 7, 10] semitones from the root.
    • Root: G (7 + 0 = 7)
    • Major Third: B (7 + 4 = 11)
    • Perfect Fifth: D (7 + 7 = 14, which is 2 after modulo 12, so D)
    • Minor Seventh: F (7 + 10 = 17, which is 5 after modulo 12, so F)

The calculator will output:

  • Chord Name: G Dominant 7th
  • Note Names: G – B – D – F
  • MIDI Note Codes: 7, 11, 2, 5 (relative to root 0)

This immediately gives the musician the exact pitches needed to play or program a G Dominant 7th chord, understanding its strong, resolving character.

💡 Building on individual chords, you might want to understand how different musical frameworks are constructed. Our Modal Scale Generator allows you to explore various scale types, which are essential for creating melodies and improvisations that complement your generated chords.

The Expressive Power of Chord Voicing and Extensions

Beyond basic triads, the Chord Note Generator helps explore the expressive power of chord voicing and extensions. A simple C Major chord (C-E-G) conveys stability, but adding a major seventh (C-E-G-B) creates a C Major 7th, introducing a sophisticated, often dreamy, quality. Similarly, a sus2 or sus4 chord temporarily replaces the third with a second or fourth, delaying the resolution and adding a sense of yearning or openness. For instance, a Gsus4 (G-C-D) often resolves to G Major (G-B-D), providing a satisfying musical movement. Composers use these variations to paint intricate emotional landscapes, from the vibrant energy of an augmented chord to the melancholic depth of a minor 7th.

Typical Chord Usage in Different Musical Genres

Different musical genres often favor specific chord types, which can be seen as industry benchmarks for harmonic language. In classical music, especially during the Baroque and Classical periods, triads (major and minor) and dominant 7th chords form the backbone, driving strong functional harmony with clear tension and resolution. Jazz, on the other hand, heavily utilizes extended chords like major 7ths, minor 7ths, dominant 7ths with alterations (e.g., #9, b13), and diminished chords, creating rich, complex harmonies with frequent voice leading. Pop and rock often blend simple triads with sus2 and sus4 chords for melodic interest, while electronic music might use open fifths or static drones for atmospheric effects. A typical pop song might feature a progression of major and minor triads, while a jazz standard could incorporate 9ths, 11ths, and 13ths, demonstrating the diverse harmonic palettes across genres.

Frequently Asked Questions

What is a musical chord and how are its notes determined?

A musical chord is a harmonic set of usually three or more notes sounded simultaneously, perceived as a single entity. The notes in a chord are determined by a root note and a specific set of intervals (semitones) from that root, which define the chord's quality, such as major, minor, or dominant seventh. These intervals are standardized in Western music theory.

How do different chord types like Major, Minor, and Dominant 7th differ?

Major chords sound bright and stable, built with a root, major third (4 semitones), and perfect fifth (7 semitones). Minor chords sound darker and more melancholic, using a root, minor third (3 semitones), and perfect fifth. Dominant 7th chords add a minor seventh (10 semitones) to a major triad, creating a strong tension that typically resolves to the tonic, driving harmonic movement.

What are MIDI note codes and how are they used in music production?

MIDI note codes are numerical representations for musical pitches, where each semitone has a unique integer value (e.g., C4, Middle C, is MIDI note 60). They are fundamental in digital music production, allowing synthesizers, samplers, and other electronic instruments to communicate pitch information. This calculator provides relative MIDI codes, which you can adjust by an octave offset to fit your desired musical range.