mcp_opendaw_create_ghost_notes
Adds low-velocity ghost notes at off-beat positions in drum patterns to enhance groove and complexity in funk, R&B, neo-soul, and hip-hop.
Instructions
Add ghost notes (quiet grace notes) to existing drum/MIDI patterns.
Ghost notes are very quiet notes placed between main hits, adding groove and complexity. Essential for funk, R&B, neo-soul, and hip-hop drumming. They fill spaces between snare/kick hits with subtle taps that make the beat feel alive.
Inserts new low-velocity notes at off-beat positions where no notes currently exist. Works on the first note track of the specified AU/track.
unit_index: AU index. track_index: Note track index (-1 = first note track). region_index: Region index (-1 = first region). density: Probability of adding a ghost note at each empty 16th position (0.2 = sparse, 0.5 = busy). velocity: Ghost note velocity 0-1 (0.25 = very quiet, 0.4 = audible). seed: Random seed for reproducibility.
Returns number of ghost notes added and positions.
Example: create_ghost_notes(unit_index=0, density=0.35, velocity=0.3, seed=99)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| density | No | ||
| velocity | No | ||
| unit_index | No | ||
| track_index | No | ||
| region_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |