83
www.analogway.com
USER MANUAL
USER MANUAL
USER MANUAL
USER MANUAL
USER MANUAL
USER MANUAL
USER MANUAL
USER MANUAL
D.f.c.
enum_objects
This command sends a list of objects defined in the Pro show. The list is sent both as human readable format
and as a message.
D.f.d.
loglevel
This command allows the client to specify whether debugging log messages and human readable messages
from commands should be sent to this client. This command takes either "all" or "none" as argument.
D.f.e.
receiving
This command controls receiving of the system messages. It takes one parameter that is either "all" or "none".
receiving all
orders Pro to start sending messages to the client giving the command.
receiving
none
on the other hand stops messages from being transmitted to that client.
D.f.f.
set
The ’set’ command sets parameter values in given control / object combination. This command
takes three
arguments: First is name of the object to control, the second is control name and the third one specifies
parameters and their values.
Third argument takes the form
parameter=value
[...] where
parameter
is name of the parameter
belonging to selected object and value is a valid value for that parameter. Multiple parameter / value pairs
can be given by separating them with comma.
Examples:
set layer14 composition x="0.3",y="0.2",intensity="0.8"
set source1 selection slot=3,collection=2
Set command also allows specifying timing for single set command. When time is specified, the set command
effects are crossfaded to new values in time seconds.
Complete set command format:
set object_name ctrlname [time=<time>] paramname=pvalue[,param2name=p2val[,...]]
For example:
set layer1 composition time=1.5 intensity=0.0
set layer1 composition time=1.5 intensity=1.0,x=1.0
D.f.g.
wait_startup
This command blocks all other commands until server startup has been completed. This should be called
immediately after you have connected to Pro to verify that server startup is complete before sending any
commands.
D.f.h.
fullscreen
This command allows you to set layer position to match given screen. It is also possible to set layer to cover
list of displays.
Example:
Fullscreen layer1 4 Set layer 1 to fill display 4.
fullscreen layer2 2 5 3 Set layer 2 to fill bounding box formed by displays 2, 3 and 5.