mcp_opendaw_create_neurofunk_arrangement
Create a full neurofunk drum & bass arrangement with drums, sub-bass, Reese bass, and stabs. Generates MIDI notes for a dark, complex DnB track at specified BPM (160-185), key, and bar length.
Instructions
Create a full neurofunk DnB arrangement — 4 tracks: drums + sub-bass + Reese + stabs.
Neurofunk (Noisia, Spor, Phace, Ed Rush & Optical) is the technically advanced evolution of drum & bass — darker, more complex, with signature sound design elements:
170-180 BPM, dark minor key (typically F or E minor)
Complex chopped breakbeats with extra ghost notes, kicks, and rolls
Reese bass: detuned saw layers with movement, the hallmark neurofunk sound
Sub-bass underneath the Reese for low-end weight
Dark minor chord stabs and sci-fi atmosphere
Aggressive velocity, tight quantization with occasional swing
Creates 4 tracks:
Drums (drum_track): Complex amen break with extra kick placements, ghost notes, and snare rolls at phrase ends. 2-bar cycle.
Sub-bass (bass_track): Deep sustained sub following root note, syncopated gaps where drums fill. Octave 1 for sub weight.
Reese (reese_track): Detuned saw-style Reese bass with chromatic movement, pitch slides, and rhythmic stabs. The signature neuro sound.
Stabs (stabs_track): Dark minor chord stabs (root + b3 + b5 + b7) on beats 1 and 3, with occasional off-beat sci-fi stabs.
bpm: Tempo (160-185, default 174). bars: Arrangement length (4-32, default 8). root: Root note (default F = classic neurofunk key). octave: MIDI octave for Reese/bass (2 = C2=36).
Returns notes created per track and total.
Example: create_neurofunk_arrangement(bpm=174, root="F", bars=8) create_neurofunk_arrangement(bpm=180, root="E", 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 | ||
| reese_track | No | ||
| stabs_track | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |