To make Vezér sending informations about itself thru OSC to a target app, you can enable OSC Feedback on the bottom right corner of the OSC preferences tab, and select one of Vezér's OSC output as the destination.

Automatic feedback
There are some parameters that Vezér sends out when feedback is enabled:
- The Playhead of the Compositions - like
/vezer/composition1/playhead- float 0.0 and 1.0 - The Cue name if the Composition reached a Cue - like
/vezer/composition1/pausedbycue- string with the name of the Cue - State of the buttons on state change - like
/vezer/playall- int 0 or 1 /vezer/*compname*/playheadastime- returns the playhead of the composition as a string using the hh:mm:ss:ff format/vezer/current/name- returns the current Composition name once a new Composition has been selected
Additional /playhead, /pausedbycue and button states on the Composition level will be sent out with the /vezer/current/... format for the currently selected Composition.
Feedback by query
There are a couple of messages you can send out to Vezér to get informations in replies. index starts from 1 in queries.
Composition Info
Sends out the name of the Composition and the length.
Queries are:
/vezer/compinfowithname: Info of the Composition by the given name (needs a string argument)/vezer/compinfoatindex: Info of the Composition by the given index (needs an int argument)/vezer/currentcompinfo: Info of the current Composition (no argument needed)
Replies are:
/vezer/compinfo/name: with a string type value contains the name of the Composition/vezer/compinfo/duration: with an int type value contains the length of the Composition in seconds.
Composition Count
Sends out the number of Compositions.
Query:
-
/vezer/countofcomps: Info of the current Composition (no argument needed)
Reply: -
/vezer/compcount: with a int type value contains the count of Composition
Count of Cues
-
Query:
/vezer/composition1/countofcues- where composition1 is the OSC address of the Composition -
Reply:
/vezer/composition1/cuecount- with an int corresponding to the number of Cues
Name of Cues
-
Query:
/vezer/composition1/nameofcueatindex- with an int as the index of the target Cue.composition1 is the OSC address of the Composition -
Reply:
/vezer/cuename- with a string type value with the name of the Cue
Time of Cues
-
Query:
/vezer/composition1/timeofcueatindex- with an int as the index of the target Cue.composition1 is the OSC address of the Composition -
Reply:
/vezer/cuetime- with an int type value with the time of the Cue in frames