Variables

Exaplay accepts the configuration of single line variables at a global level or per project.

These variables can hold IP addresses with their ports, i.e.: laptop-tcp=192.168.1.217:8100.

Variables can be used in the scripted network commands, such as OSC> or TCP>.

Example:

  • To send a play via TCP to laptop-tcp: TCP>$laptop-tcp,play,timeline1

Use $ followed by the variable name to access the value.

Global Variables

Can be set in the Settings menu under the System tab:

Project Variables

Can be set in the project inspector in the Variables section.

Last updated