Target "Track"

A target that allows you to define a track.

Act/Tags controls

Act/Tags stands for "Action / Unit tags" and decides what happens when a control messages arrives, e.g. a button press.

Action menu

None (feedback only)

With this setting, nothing will happen. It’s suited very well as neutral target for textual feedback with an expression that contains a track property, e.g. {{ target.track.name }}.

Set (as unit track)

The button press will set the track defined in this target as Unit track without resolving it before. For example, if this target defines to use the currently selected track (<Selected> selector), pressing the button will make the unit track dynamically reflect whatever track is selected.

Pin (as unit track)

The button press will resolve the track defined in this target and set the result as Unit track. For example, if this target defines to use the currently selected track, pressing the button will check which track is currently selected and set the unit track to exactly this track. It will stay that way even if the user selects another track.

Unit tags field

The text field lets you define unit tags to determine for which units the Unit track should be changed. If it’s empty, the current unit will be affected.