event_add_track
Add a group audio track to an event's timeline and retrieve separate GUIDs for placing sounds and controlling mixer operations.
Instructions
Add a group (audio) track to an event's timeline.
Returns two distinct GUIDs — a track and its mixer group are
different objects. Use trackGuid for sound_add_to_track
(placing instruments on the timeline). Use mixerGroupGuid for
automation_add_curve, mixer_group_volume, mixer_effect_add,
and anything else that operates on the mixer strip — a track
itself has no addAutomator().
Args: target: event:// path or {guid}. name: Optional mixer-group name for the track ("Audio 1" by default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| target | Yes |