load_sample_to_drum_pad
Load a browser sample onto a specific drum pad within an existing Drum Rack to build a custom kit pad-by-pad.
Instructions
Load a browser sample (by its URI) onto a specific pad of a Drum Rack that is already on the track. This lets you build a custom drum kit pad-by-pad.
Prerequisite: a Drum Rack must already be loaded on the track (use load_instrument_or_effect with the Drum Rack URI 'query:Drums#Drum%20Rack', or any drum kit). Get the sample's URI from get_browser_items_at_path.
Parameters:
track_index: The index of the track holding the Drum Rack
pad_note: MIDI note number of the target pad (e.g. 36=C1, 38=D1, 42=F#1)
item_uri: Browser URI of the sample to load onto that pad
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_uri | Yes | ||
| pad_note | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |