Game Variable

You can set game variables on the program side.

The values of there variables will then be communicated to the Player objects.

No switching during playback

The Track of the Cue that is played is chosen based on the value of the variable.
It is possible to ajust the range of valid values for each Track.
The value of the variable is only taken into account at the start of playback. Therefore, the Track played will not change during the playback, even if the variable's value changes.

It becomes effective from next playback.

craftv2_tips_program_doing_gamevariable00.png

Game variables are global

A game variable holds a unique value within the whole system, not per Player like it is the case for an AISAC or a Selector.
It offers an alternative way to the Selectors to specify which Track of a Cue should play, based on the current state of the game.