Imimot

Vezér Help

OSC address special parameters

in OSC Track Extras.

Composition name

You can use the containing Composition's name in OSC tracks address with the keyword $COMP.

For example, if the Composition name is Foo, you can insert that to the OSC address by defining the OSC address of one or more tracks this way: /$COMP/parameter1. This case, Vezér will send data to /Foo/parameter1.

Composition index

You can use $COMPINDEX as a parameter in OSC address, which results in the index of the Compositions (starts from 1).

Track name

You can use the Track's name in OSC tracks address with the keyword $TRACK.

For example, if the Track name is Foo, you can insert that to the OSC address by defining the OSC address of one or more tracks this way: /$TRACK/parameter1. This case, Vezér will send data to /Foo/parameter1.

Track Value

You can use $ mark in OSC addresses to use Tracks value in the address.

For example:

/layer$/trigger will turn to /layer0/trigger, /layer1/trigger and so on, depending on the Track's current value.

Multiple fixed arguments

You can send multiple, fixed arguments with OSC Value Tracks - this is not supported in OSC Color Tracks.

The syntax looks something like this: /foo <100> <"strong"> <1.2> <"realvalue">

So you need to put the fixed arguments between < and >.
The last arguments is always the value of the Track - except if you don't use <$> to define the position of the Track value.

Supported data types:

  • integer - <100>
  • float - <42.24>
  • string - <"Hello World!">

Current Frame Number

For sending out the current frame number of a Composition as an argument, available for OSC Value type Tracks: <$F>