Plan your future with our Retirement Budget Calculator

Whole Tone Scale Calculator

Enter a tonic pitch class (0–11) to generate the full whole-tone scale — note names, intervals, degrees, and augmented chord relationships.
Loading...
Luis GonzalezCreated by Luis GonzalezLast updated:

How to Use This Calculator

  1. 1

    Enter Tonic Note (0–11)

    Input a MIDI pitch class from 0 (C) to 11 (B) to set the root of your whole-tone scale. For example, enter 0 for C, 2 for D, or 9 for A.

  2. 2

    Review scale notes and properties

    The calculator instantly generates all notes in the whole-tone scale, their degrees, intervals, and associated augmented triads, along with the scale family.

Example Calculation

A music student wants to generate the notes for a C whole-tone scale to understand its structure and associated harmonies.

Tonic Note (0–11)

0

Results

C

Tips

Explore Atonal Harmony

The whole-tone scale's inherent lack of a clear tonic or dominant makes it ideal for creating atonal or ambiguous harmonic landscapes. Experiment with progressions built solely from whole-tone notes to explore non-traditional sounds.

Improvise with Whole-Tone Scales

For jazz musicians, the whole-tone scale can add a 'floating' or 'dreamy' quality to improvisations over dominant 7th chords, especially altered dominant chords. Practice ascending and descending patterns to integrate its unique sound.

Recognize Augmented Triads

Every note in a whole-tone scale can serve as the root of an augmented triad that is also entirely within the scale. This symmetrical property makes augmented triads a natural harmonic choice when composing with this scale.

Unlocking the Whole-Tone Scale: A Guide for Musicians and Composers

The Whole Tone Scale Calculator is an essential tool for musicians, composers, and music theory students. It instantly generates all notes in a whole-tone scale from any root pitch class (0–11), providing note names, degrees, intervals, and associated augmented triads. This calculator demystifies one of music's most unique and ethereal scales, offering profound insights into its symmetrical structure and harmonic possibilities in 2025.

Harmonic Possibilities: Understanding Atonality and Impressionism

The whole-tone scale holds a pivotal place in 20th-century music, particularly in the works of Impressionist composers like Claude Debussy. Its unique construction, consisting solely of whole steps, completely removes the traditional tonic-dominant gravitational pull found in major and minor scales. This inherent lack of a strong tonal center creates a profound sense of ambiguity, weightlessness, and dreaminess, characteristic of Impressionistic music. Debussy notably employed the whole-tone scale in pieces such as "Voiles" (Sails) from his Préludes, where its elusive quality contributes to the misty, undefined atmosphere. Beyond Impressionism, the scale's symmetrical nature also contributes to atonality, a compositional approach where no single pitch or chord is perceived as the central point of rest. This departure from traditional harmony allows composers to explore new sonic landscapes and expressive possibilities, challenging conventional expectations of resolution and tension.

Decoding the Whole-Tone Scale Structure

The whole-tone scale is defined by its simple, symmetrical structure: every interval between adjacent notes is a whole step (two semitones). This consistent interval pattern creates a unique sonic quality, devoid of the strong tonal pull found in diatonic scales.

Here's the logical progression for building a whole-tone scale:

// Given a tonic note (0-11)
// Add a whole step (2 semitones) to each subsequent note
Scale_Notes = [Tonic, Tonic+2, Tonic+4, Tonic+6, Tonic+8, Tonic+10] % 12
  • Tonic: The starting pitch class (0 for C, 1 for C#, etc.).
  • +2: Represents a whole step (two semitones).
  • % 12: The modulo operator ensures the note wraps around after B (11) back to C (0).
💡 Understanding scale construction is fundamental. For exploring different harmonic possibilities, our Chord Note Generator can help you build chords from any root and type.

Example: Building an A Whole-Tone Scale

A musician wants to construct an A whole-tone scale. In MIDI pitch class, A is represented by 9.

  1. Input Tonic Note: Enter 9 for A.
  2. Generate Scale Notes:
    • Start with A (9).
    • Add a whole step: 9 + 2 = 11 (B).
    • Add a whole step: 11 + 2 = 13. Modulo 12: 13 % 12 = 1 (C#).
    • Add a whole step: 1 + 2 = 3 (D#).
    • Add a whole step: 3 + 2 = 5 (F).
    • Add a whole step: 5 + 2 = 7 (G).
    • The scale is: A, B, C#, D#, F, G.

The calculator outputs the A whole-tone scale as A, B, C#, D#, F, G, demonstrating its symmetrical six-note structure and the consistent whole-step intervals. It also identifies the associated augmented triad, Aaug (A, C#, F), which is fully contained within the scale.

💡 The whole-tone scale's unique structure influences how chords are perceived. To delve deeper into harmonic concepts, our Chord Inversion Calculator can help you understand how changing the bass note alters a chord's voicing and function.

The Symmetrical Nature of the Whole-Tone Scale in Music Systems

The whole-tone scale is uniquely defined by its perfect symmetry within the 12-tone equal temperament system. Every interval between adjacent notes is a whole step, meaning there are no half steps (semitones) to create the strong leading-tone pull towards a tonic that characterizes major and minor scales. This consistent interval structure results in a scale where every note sounds equally distant from every other note, creating a sense of harmonic ambiguity and preventing any single note from functioning as a definitive tonic.

Music theorists classify the whole-tone scale as a symmetrical scale, alongside the diminished scale, due to this repeating interval pattern. This symmetry has profound implications for its use in composition and improvisation. For instance, in jazz theory, the whole-tone scale is often employed over altered dominant 7th chords (e.g., G7alt) to create a "floating" or "outside" sound, as its lack of traditional resolution adds tension and color. In classical analysis, its symmetrical property means that any augmented triad (a chord built from two major thirds, like C-E-G#) will have all its notes contained within a whole-tone scale, and in fact, there are only two distinct whole-tone scales (one starting on C, the other on C#), each containing three unique augmented triads. This makes augmented triads a natural harmonic companion to the whole-tone scale.

Frequently Asked Questions

What is a whole-tone scale in music theory?

A whole-tone scale is a musical scale consisting entirely of whole steps (intervals of two semitones) between each consecutive note. This unique construction gives it a symmetrical, ethereal, and often ambiguous quality due to the absence of half steps and a leading tone. It is commonly used in impressionistic music and jazz to create a sense of unresolved tension or dreamlike atmosphere, lacking a strong tonic pull.

How many distinct whole-tone scales are there?

There are only two distinct whole-tone scales that can be created within the 12-tone equal temperament system. One scale starts on C (C, D, E, F#, G#, A#) and the other starts on C# (C#, D#, F, G, A, B). Any other whole-tone scale will simply be a transposition or inversion of one of these two fundamental scales, meaning they contain the exact same set of pitches just starting on a different note.

What is the characteristic sound of a whole-tone scale?

The characteristic sound of a whole-tone scale is often described as ethereal, ambiguous, floating, or dreamlike. Its symmetrical structure, composed solely of whole steps, eliminates the strong sense of a tonic and dominant that defines traditional Western scales. This lack of resolution creates a sense of suspension and harmonic instability, making it a favorite tool for composers seeking to evoke an impressionistic or mysterious mood in their music.