insert_audio_file
Insert an audio file onto a specific REAPER track at a specified position in seconds. Returns the track and item indices for the created item.
Instructions
Insert an audio file onto a track.
Args: file_path: Full path to the audio file. position: Position in seconds.
Returns: Object with track_index, item_index of the created item, and position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | Yes | ||
| file_path | Yes | ||
| track_index | Yes |