mcp_opendaw_set_clip_hue
Set the hue (color) of a clip in the openDAW session view by specifying unit, track, clip index, and hue value (0-360). Returns old and new hue.
Instructions
Set the color (hue) of a clip in the session view.
unit_index: AU index. track_index: Track index within the AU. clip_index: Clip index. hue: Color hue 0-360.
Returns success with old and new hue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hue | Yes | ||
| clip_index | Yes | ||
| unit_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |