Imimot

Vezér Help - Cues

Show Topics Hide Topics Topics:

Cues are marker points on the timeline which allows you to break a Composition to smaller parts by pausing the playback of the Composition whenever a new Cue has been reached - even when the Composition synced to an external source. There are 2 type of Cues - Stop and Marker, and both of them can be set to looping if needed.

The interface for managing Cues - the Cue Track is between the Timeline view and the Tracks. Every Composition has its own Cue Track.

Controls

  • On/Off button: when enabled, Composition Playback will stop whenever a Cue has been reached
  • Previous/Next button: jump the previous or next Cue
  • Time/Name field: change the time or name of the active Cue

Creating Cues

You can create Cues by

  • double-clicking on the Cue Track
  • from the right-click menu of Keyframes, which will create Cues for all selected Keyframes on the current Track at the time of the source Keyframes
  • by copy-pasting Keyframes to the Cue Track

Types

  1. Marker: this new Cue type really does nothing, exists as a reference point on the timeline. Could be useful for marking important points on the timeline, or for being a start point of a looping Cue. Drawn with light grey colour.

  2. Stop: the default Cue mode, which was already exist before Vezér 1.6. Once the playhead reached this Cue during playback, the Composition will be paused until you hit the Play button again. Drawn with aquamarine colour.

Repeats

  1. Play once: The default Cue mode, just plays the Cue once and moving forward.

  2. Loop: This Cue loops by a given number of time between the current and the next Cue (or the Composition Out Time if there are no Cues after it), then continue playback normally. Drawn with light grey colour and it also draws bar that indicates the looping part of the timeline.

  3. Infinite Loop: This Cue is looping forever whenever it has reached by the playhead.

In general, to break a Looping Cue you either need to disable Cues by the Cue Enable button, or jump to the next Cue.

Settings

The Cue Settings panel is available as a popover, by right-clicking OR double-clicking on a Cue. You can set the name of the Cue like in the previous version, but also this is the place where you can set the type of the Cue as well as the count of loops needed.

Moving Cues

You can move Cues on the timeline by the mouse, keyboard or even by editing their time value on the time field. The time field also support absolute and relative positioning, like Keyframes. You can even stretch Cues!

Renaming Cues

To change the name of a Cue you need to double-click on a Cue, which will turn the time field to the name field.

Special commands in Cue names

You can use the <$> keyword in Cue names to use the Cue's current index in the name.

Move Keyframes by Cues

The Move By Cue feature allows you to move - or even stretch - selected Cue(s) and related Keyframes in a Composition.

To activate the this action you just need to click and hold down the mouse button for 2 seconds on one of the selected Cue. The affected Keyframes will marked will blue-ish color.

Jumping to a specific Cue

You can jump to a specific Cue by selecting it, and hit SHIFT+TAB.

OSC commands related to Cues:

/vezer/[compname]/jumptocueatindex: jump to a Cue by index. Requires an int type value, counts from 1.
Example: /vezer/composition1/jumptocueatindex 12.

/vezer/[compname]/jumptocuewithname: jump to a Cue by name. Requires a string type value.
Example: /vezer/composition1/jumptocuewithname Cue2.

/vezer/[compname]/playcueatindex: jump to a Cue by index, and immediately starts playback. Requires an int type value, counts from 1.
Example: /vezer/composition1/playcueatindex 12.

/vezer/[compname]/playcuewithname: jump to a Cue by name, and immediately starts playback. Requires a string type value.
Example: /vezer/composition1/playcuewithname Cue2.

/vezer/[compname]/resetcuestates: resets the number of loops done and processed state of all Cues in the Composition.

FAQ

How to prevent specific Tracks to not be affected by the Move by Cue feature?

You just need to lock that Tracks.

How to delete Cues and related Keyframes of the Composition?

Hit delete while you are in the Move By Cue session.

Still stuck? How can we help?