reaper_set_track_solo
Solo or unsolo a track in REAPER by specifying its index and a boolean solo state. Returns the updated track state.
Instructions
Solo or un-solo a track. Returns the updated track state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | 0-based track index | |
| solo | Yes | True to solo, False to un-solo |