mcp_opendaw_create_future_bass_arrangement
Generate a future bass arrangement with 4 tracks: drums, sub-bass, supersaw chords, and vocal-chop lead. Uses a I-V-vi-IV progression and pitching snare rolls.
Instructions
Create a full future bass arrangement — 4 tracks: drums + bass + chords + lead.
Future bass (Flume, San Holo, Illenium, ODESZA) blends electronic production with melodic/emotional sensibility. Key characteristics:
130-160 BPM, often major key (uplifting feel)
Pitching snare rolls before drops (rising pitch + velocity crescendo)
Big supersaw chords — wide, detuned, layered
Sub-bass under chords, syncopated with kicks
Vocal chop aesthetic — short rhythmic melodic fragments
Sidechain pumping feel
Bright, shimmering, nostalgic
Creates 4 tracks:
Drums (drum_track): Punchy kick on 1 and 3, snare on 2 and 4, 16th hats with rolls, and pitching snare roll at end of phrase (8 bars) — simulated by ascending pitch notes.
Bass (bass_track): Sub-bass following chord roots, syncopated gaps, octave drops. Sustained under chords.
Chords (chord_track): Big supersaw-style chords — major 7th / add9 voicings, wide voicings (root/third/seventh/ninth/octave), 2 bars per chord. I-V-vi-IV progression.
Lead (lead_track): Vocal-chop style melodic fragments — short rhythmic notes in major scale, catchy phrases, starts after 4 bars.
bpm: Tempo (120-170, default 150). bars: Arrangement length (4-32, default 8). root: Root note (default C = common future bass key). octave: MIDI octave for chords (3 = C3=48).
Example: create_future_bass_arrangement(bpm=150, root="C", bars=8) create_future_bass_arrangement(bpm=140, root="G", bars=16)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bpm | No | ||
| bars | No | ||
| root | No | C | |
| octave | No | ||
| velocity | No | ||
| bass_track | No | ||
| drum_track | No | ||
| lead_track | No | ||
| start_beat | No | ||
| unit_index | No | ||
| chord_track | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |