mcp_opendaw_spread_voicing
Transform chord spacing at any beat: open spreads notes for wide harmony, close collapses to one octave, drop-2/drop-3 produce classic jazz comping sounds.
Instructions
Spread or compact a chord voicing — open vs close harmony.
Transforms the spacing between chord tones at a specific beat position. Close voicing (all notes within one octave) sounds tight and focused. Open voicing (notes spread across multiple octaves) sounds wide and spacious — the hallmark of jazz piano, film score strings, and orchestral arrangements.
mode: "open" — move every other note up by spread_octaves octaves. This creates drop-2/drop-3 style open voicings from close chords. The lowest note stays, the next goes up an octave, the next stays, etc. Result: wider intervallic spacing, more airy sound. mode: "close" — collapse all chord tones into the lowest possible octave (within 12 semitones from the lowest note). Compresses spread voicings back to close harmony. Useful for tight block chords after open passages. mode: "drop2" — drop the second-highest note down an octave. Classic jazz piano voicing technique. Creates the quintessential "comping" sound. mode: "drop3" — drop the third-highest note down an octave. Another standard jazz voicing, slightly wider than drop2.
chord_position: Beat position where the chord starts (finds all notes at this position, groups them as a chord). spread_octaves: For "open" mode — how many octaves to spread (1-3, default 1). 1 = subtle widening, 2 = very open, 3 = extreme.
Returns original pitches, new pitches, mode used, chord size.
Example:
Open up a close triad for jazz piano sound
spread_voicing(0, 2, 0, 4.0, mode="open")
Classic drop-2 jazz voicing
spread_voicing(0, 2, 0, 4.0, mode="drop2")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | open | |
| unit_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes | ||
| chord_position | Yes | ||
| spread_octaves | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |