audio_clip_import
Place an audio file onto a track as a clip, setting its start position, duration, gain, fades, and optional source offset to skip leading silence.
Instructions
Place an audio file as a clip on a track. warp_mode controls time-stretch behavior. Optional clip-level gain (dB), fade in/out (beats), and offset_in_source (beats — skip the first N beats of the source file, useful for trimming silent intros).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| gain_db | No | ||
| track_id | Yes | ||
| file_path | Yes | ||
| warp_mode | No | none | |
| start_beats | Yes | ||
| length_beats | Yes | ||
| fade_in_beats | No | ||
| fade_out_beats | No | ||
| offset_in_source_beats | No |