mcp_opendaw_create_house_arrangement
Creates a house music arrangement with drums, bass, and stabs locked in a classic groove. Set tempo, key, and length for instant results.
Instructions
Create a full house music arrangement — drums + bass + stabs across 3 tracks in one call.
House music arrangement with all elements locked together:
Track 0: Drums — four-on-the-floor kick, open hats on off-beats, clap on 2+4
Track 1: Bass — off-beat sustained bass between kicks
Track 2: Stabs — short minor chord stabs on beats 1 and 3, with occasional off-beat stabs
At 124 BPM (default), this creates the classic Chicago/Detroit house feel. The bass and drums lock — bass hits exactly between kicks, creating the "untz-untz" groove. Stabs provide harmonic movement on top.
bpm: Tempo (115-135, default 124 = classic house). bars: Arrangement length (4-32, default 8). root: Root note for bass and stabs. octave: MIDI octave for bass (2 = C2=36). unit_index: AU index with note tracks. drum_track / bass_track / stab_track: Track indices.
Returns notes created per track and total.
Example: create_house_arrangement(bpm=124, root="C", bars=8) create_house_arrangement(bpm=128, root="F#", 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 | ||
| stab_track | No | ||
| start_beat | No | ||
| unit_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |