VALUE Item Messages

From STX Wiki
Jump to navigationJump to search
Value Item
NEW SET ATTRIBUTES MESSAGES

Timer

VALUE valueitemname TIMER elapsed

A TIMER message is sent by a value-item timer at every timer step (if the timer is enabled). The parameter elapsed is the number of elapsed milliseconds since the timer was started.

The timer can be enabled explicitly via the SET value TIMER command or implicitly via a WAVE wave PLAY|RECORD commandData I/O

VALUE valueitemname SYNC mode

This message is generated if the input or output pin of a value item has been synchronized or desynchronized by a connected graph or spu item.

Synchronization of value item I/O pins may lead to a dead-lock! The argument mode signals if synchronization was turned on (any non-zero value) or off (0). Normally I/O synchronization of value items is not used and the message can be ignored.

VALUE valueitemname DATA par

This message is generated if the data of the input pin has been set by the connected item. The message parameter par has no meaning to the user and should be ignored. This message is generated by, for example, a cursor being moved by the user in a graph.

Navigation menu

Personal tools