automate_mixer
Automate mixer parameters like volume, pan, or sends within a clip by specifying automation points with time and value.
Instructions
Automate a mixer parameter (volume, pan, send) in a clip. param: 'volume', 'pan', or 'send_0', 'send_1', etc. points: [{"time": beat, "value": 0.0–1.0, "duration": 0.0}, ...] Example: fade out volume over 8 bars: param='volume', points=[{"time":0,"value":0.85},{"time":8,"value":0.0}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| slot_index | Yes | ||
| param | Yes | ||
| points | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |