Sending Parameter Values

Navigation:  Pandoras Box > External Control (DMX,Midi,...) > SDK > Examples >

Sending Parameter Values

prev main next

Navigation:  Pandoras Box > External Control (DMX,Midi,...) > SDK > Examples >

Sending Parameter Values

prev main next

Loading...

Show/Hide hidden text

The following examples show you how to set parameter values from Pandoras Box using the SDK.
The examples require a working connection to Pandoras Box. (see Connect SDK to Pandoras Box)

hmtoggle_arrow1Visual Basic

hmtoggle_arrow1C#

If you are not familiar with Pandoras Box "vocabulary", please follow the links. In short, a site refers to a Client e.g. a Server, in the Device Tree tab. A site has many devices, also called layers, e.g. Video Layers. A Video Layer has many parameters, e.g. position on the X-axis. If a new value is applied to the parameters position / rotation / scaling, the layer would abruptly jump to it, which, does not look nice. Therefore, "Smoothing" applies a delay. It can be set up in the Device Inspector. Other examples above refer to parameters "effects", more information about effects can be found in the tab Aeon FX and FX on Layers, including an illustrated FX List with all available effects. A list with all parameter names can be found here.

The next topic informs you about Receiving Parameter Values from Pandoras Box.