Specifications
256 Appendix D Production Computer Protocol
setInput Sets the value of a named input (see “Inputs” on page 197):
setInput "uno" 0.5
The value is generally in the range 0 through 1, but may be extended to cover
a wider range using the Limit setting of the Generic Input (see “Generic Input”
on page 197).
By prefixing the value with a plus or minus sign, you can adjust the value incre-
mentally relative to its current setting. This example increases the value of the
input by 0.1:
setInput "uno" +0.1
A third, optional parameter allows you to specify a transition rate, causing any
property controlled by the input to change gradually to the specified target
value. This parameter is specified in milliseconds.
◆ NOTE: While you would typically use this command to set the value of a
Generic Input, you may use it to set the value for any input. If data is also
provided by a MIDI or DMX-512 source, the latest data will take prece-
dence.