name: strudel-melody description: The craft of memorable melody — motif construction & development, contour, melodic rhythm, call-and-response, earworm hook science, tension notes & resolution, register/range, and the common failure modes (wandering lines, no anchor, unresolved tension that just sits there). Use when writing a melody, making it catchier, building a hook, the melody feels aimless or forgettable, or you need a motif to develop across a track.
A melody is remembered by its shape and rhythm, not its note names. Listeners hum the contour and feel the rhythm; they rarely recall the exact pitches. Everything below serves that truth.
The motif: your atomic unit
- 3–6 notes is the sweet spot. Short enough to be instantly recognizable; long enough to have character. Longer runs are fills, not hooks.
- A motif has two dimensions: pitch contour (the ups/downs) and rhythmic signature (the duration pattern). Both must be distinct. If the pitches are boring, the rhythm can save it — and vice versa.
- Stamp it before you develop it. Play the motif twice, identically, before you vary it. The first hearing introduces it; the second confirms it's intentional; the third can surprise. (A-A-B, not A-B-C-D.)
- One motif across many timbres > three different melodies. Restate it on a different sound/octave — the development comes from the carrier, not a new tune. (See [[strudel-pro-tips]]: "One motif, many timbres.")
Contour: the shape listeners remember
- Give it an arc. The most durable shapes: up-then-down (arch), down-then-up (valley), or a steady climb that finally resolves. A melody that meanders at a constant pitch level — no peak, no trough — has no identity.
- Place the peak once, and earn it. The highest note in a melody is its emotional apex. It should arrive once, at the right moment (usually after a build), not scatter throughout. Every time you reuse it, it loses power.
- Stepwise motion is glue; leaps are punctuation. Long runs of steps sound smooth and vocal; a leap (4th or larger) grabs attention and creates forward pull. Mix them: steps to approach, a leap at the moment of impact, steps to recover.
- Land on strong beats for stability, off-beats for tension. Melody that habitually lands on beat 1 feels square; melody that lands on the "and" of 2 or the "and" of 4 has groove and expectation built in.
Melodic rhythm: the non-negotiable
"Treat melody as rhythm first, pitch second." — (EDMProd)
- A compelling rhythmic figure makes a mediocre pitch sequence memorable. A boring rhythm makes great pitches forgettable.
- Syncopation is the fastest fix. Move the accent off the downbeat; land just before or just after the beat. This is why almost every hook in pop/electronic music sits slightly before beat 1 — the anticipation itself creates the hook.
- Longer note durations are stickier (confirmed by earworm research). Dense sixteenth-note runs are hard to hum; hooks built on quarter and half notes survive outside the studio.
- Vary note lengths within the motif. A motif of all equal durations (ta-ta-ta-ta) is a drum pattern, not a melody. Mix at least two duration values to create rhythmic identity.
Repetition vs. variation: the architecture rule
| Moment | Strategy |
|---|---|
| First 2 bars | State motif clearly, twice |
| Bars 3–4 | Vary one dimension only (pitch OR rhythm, not both) |
| Bar 5+ / second phrase | Invert, transpose, or answer |
| Climax | Return to the original statement — familiarity is the payoff |
- Change only one parameter at a time. Varying both pitch shape and rhythm simultaneously blurs the listener's map. Pick your surprise.
- Structural reordering (A-A-B-A → A-B-B-A) reads as fresh even with identical material.
- Melodic direction reversal: inverting a phrase (what went up now goes down) is the cheapest variation that still sounds composed, not random.
Call-and-response: breathing room that hooks
A melody that never pauses sounds like a lecture. Silence is not failure — it's the response side of the conversation.
- The call ends on an open note (tension); the response closes it (resolution). Or: call ends high, response descends. The asymmetry drives forward momentum.
- Different timbre = instant question/answer feel. One instrument asks, another answers — the listener perceives dialogue without conscious effort. In Strudel:
.off(1/8, x => x.add(note(7)).gain(.5))creates an answer-phrase on the same voice, quieter and a 5th up. (See [[strudel-pro-tips]].) - Octave displacement on the response (same pitches, one octave higher) signals "same idea, elevated" — works as development without writing new material.
- The Bonobo move: sparse call over pads → a second voice enters on bar 3 with the answer, 4 bars later the roles swap. The melody IS the conversation.
Tension notes and resolution: the hook science
- Non-chord tones are the engine. When the melody note is not in the underlying chord, it creates tension. When it resolves to a chord tone, the listener exhales. The hook lives in that tension-release cycle.
- The 7th degree (leading tone) is the most powerful tension note. It desperately wants to resolve up by a half step to the tonic. Use it late in a phrase and then satisfy it — or deliberately don't (see earworm rule below).
- The earworm paradox: Research shows earworm phrases loop on unresolved tension — the phrase ends just before the satisfying resolution, so the brain keeps replaying it to get the release. Ending a hook phrase on the 2nd, 4th, or 6th scale degree rather than the root keeps listeners mentally returning.
- Tension note just before a chord change — a dissonant melody note that resolves as the chord beneath it shifts creates a micro-anticipation that sounds "expensive" and intentional. Aim for this in the bar before every progression change.
- Blue notes (b3, b5, b7 over a major chord) inject soul/tension without being "wrong." A melody that momentarily hits the b7 over a major chord and bends down to the 5th is a classic hook device across jazz, blues, pop, and cinematic music.
Register and range
- A narrow range is more hummable. Melodies that span a 5th or 6th are easier to remember than ones that span 2 octaves. Instrumental hooks (synth lead, arp) have more latitude; anything "vocal-like" should stay singable.
- Place the hook in a brighter register. Higher = more present, more memorable. Verse melodies sit lower; choruses/climaxes reach up. This alone creates section contrast without touching the arrangement.
- Consistent register per section — don't wander up and down within a section. Establish the register, stay there; then move to a different register as a structural signal.
Common failure modes
- The wandering line: no repeated motif, no arc, no peak — just a series of diatonic notes that go nowhere. Fix: cut it to 4 bars, find the best 3-note phrase inside it, make that the motif.
- Over-decoration: too many grace notes, trills, slides — the listener can't find the hook inside the ornament. Strip to skeleton first, decorate sparingly after.
- Resolving too completely too early: a melody that cadences on the root every 2 bars feels like a period at the end of every sentence. Use half-cadences (end on 5) to keep phrases open and propulsive.
- Phrase-boundary cutoffs in Strudel hooks: with
<[phrase A] [phrase B] ...>, each bracket phrase is one cycle choice. A trailing~at the end of the bracket can create an audible pause/cutoff right before the next cycle/phrase, especially on percussive voices likepiano. If the user hears a seam between] [handoffs, the syntax is probably fine; smooth the line by replacing terminal rests with tiny in-key pickup/bridge notes and/or lengthening.release()slightly. Preserve the loved contour — fix the handoff, not the hook. - Burying the hook in rhythm: an intricate, syncopated rhythmic figure that also has a complex pitch sequence. Nobody can internalize both at once. Simpler pitch sequence when the rhythm is complex; more adventurous pitches when the rhythm is simple.
- No contrast between phrases: verse melody and chorus melody share the same register, rhythm, and contour — so the section change goes unnoticed. Make choruses higher, simpler, and more rhythmically punchy than verses.
Strudel application
Legato hook gotcha: don't use angle-bracket phrase alternation (note("<[phrase A] [phrase B]>")) for a long, hummable theme that should flow continuously. The ] [ cycle handoff can feel like a hard restart/cutoff, even if the syntax parses and release tails are long. For song-like/VGM melodies, write one continuous phrase and slow it across the intended span instead: note("g4 c5 eb5 ...").slow(8). Use bracket alternation for clearly separate one-cycle variations, not for a single legato tune.
Scale-degree melodies stay in key automatically and are the fastest path to an in-key hook:
n("0 2 [4 3] 2 0 2 [~ 4] 7").scale("C:minor")
// motif ────────────────── answer ─────────
- Degrees reference the scale; transpose the whole line by swapping
"C:minor"→"Eb:dorian"etc. - The
~(rest) is a breath — builds in the call-and-response silence for free. - Negative degrees descend below the root:
-3= 5th below. - For octave displacement:
.add(note(12))on a response voice raises it an octave. - For motif development mechanics (off(), probability, humanize) → [[strudel-pro-tips]]; for pattern manipulation (slow/fast, every, sometimes) → [[strudel-modifiers]].
See also: [[strudel-arrangement]] (where the melody sits in the section arc), [[strudel-compose]] (writing the full pattern), [[strudel-transitions]] (melodic carryover across sections), [[strudel-pro-tips]] (off() call-and-response, one-motif-many-timbres), [[strudel-modifiers]] (pattern operators for variation).
Sources: Soundfly/Flypaper – 7 Motivic Development Techniques · EDMProd – Ultimate Melody Guide · EDMProd – Call & Response in EDM · Secrets of Songwriting – Earworm Melodies · Secrets of Songwriting – Recent Earworm Research · BMI – Top 5 Melody Pitfalls · MusicRadar – Repetition & Variation · ModeAudio – Melody as Rhythm · LANDR – Earworm Hooks · Strudel Recipes