Difference between revisions of "Wyrestorm (I/O Server Object)"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
The object displays the input selected on the addressed output. If an entry is available in wyrestorm.ini for the selected input, then the specified name will be reported, otherwise the object will show the input number. | The object displays the input selected on the addressed output. If an entry is available in wyrestorm.ini for the selected input, then the specified name will be reported, otherwise the object will show the input number. | ||
This object is listed in the Project Editor’s new object list only when at least one Wyrestorm I/O Server is defined. | This object is listed in the Project Editor’s new object list only when at least one Wyrestorm I/O Server is defined. | ||
− | |||
− | |||
− | |||
− | |||
[[File:UI Object wyrestorm.png]] | [[File:UI Object wyrestorm.png]] |
Revision as of 14:31, 19 March 2014
The Wyrestorm object lets you control one output of a Wyrestorm I/O Server.
The object displays the input selected on the addressed output. If an entry is available in wyrestorm.ini for the selected input, then the specified name will be reported, otherwise the object will show the input number. This object is listed in the Project Editor’s new object list only when at least one Wyrestorm I/O Server is defined.
Parameters
- server id: the Wyrestorm I/O server ID
- output: the output number to be addressed
- position: the object's position. Use the pixels or rows and columns coordinates format
- CSS style: the CSS style to apply to the inner text (optional)
Syntax
(wyrestorm <server id>; <output>; <position>; <CSS style>)
E.g.
(wyrestorm serverid; 2; x10y20; font-size:50px)