plugin_add_drum_kit
Add a sampler-based drum kit to a track by defining pads with MIDI notes and sample paths, automatically mapping each pad to a single note and applying optional gain, pan, and decay settings.
Instructions
Add a Sampler-backed drum kit to a track. pads is a list of {midi_note, sample_path, name?, gain_db?, pan?, decay?}. Each pad becomes one SOUND mapped to a single MIDI note. Replaces the manual Sampler+sounds boilerplate in compose_lofi_track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Drum Kit | |
| pads | Yes | ||
| track_id | Yes |