mcp_opendaw_create_phonk_arrangement
Generate a full drift phonk arrangement with Memphis-style drums, sliding 808 bass, and a repetitive cowbell melody in a minor key.
Instructions
Create a full drift phonk arrangement — 3 tracks: drums + 808 + cowbell lead.
Drift phonk (Kordhell, MC Slvr, LXST CXNTURY) is the TikTok-era evolution of Memphis rap — dark, distorted, high-energy, with signature elements:
120-140 BPM, usually minor key
Memphis-style drums: punchy kick on 1 and 3, snare/clap on 2 and 4, fast 16th hats with occasional rolls, lo-fi texture
808 bass with slides (glide between notes, sustained resonance)
Cowbell melody — the iconic phonk sound, catchy repetitive riffs in minor pentatonic, often detuned/dark
Sidechain feel — bass ducks when kick hits
Distorted, lo-fi aesthetic
Creates 3 tracks:
Drums (drum_track): Memphis-style — punchy kick, clap on 2&4, 16th hats with rolls at phrase ends, occasional perc hits.
808 bass (bass_track): Sliding 808 with sustained resonance. Follows root with chromatic slides, octave drops, and gaps where drums fill. The glide is simulated by short overlapping notes at pitch transitions.
Cowbell lead (cowbell_track): Repetitive minor pentatonic riff in high octave, catchy and driving. 1-bar or 2-bar cycle.
bpm: Tempo (110-150, default 130). bars: Arrangement length (4-32, default 8). root: Root note (default F = common phonk key). octave: MIDI octave for 808 (2 = C2=36).
Example: create_phonk_arrangement(bpm=130, root="F", bars=8) create_phonk_arrangement(bpm=140, root="D#", bars=16)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bpm | No | ||
| bars | No | ||
| root | No | F | |
| octave | No | ||
| velocity | No | ||
| bass_track | No | ||
| drum_track | No | ||
| start_beat | No | ||
| unit_index | No | ||
| cowbell_track | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |