Receiving Parameter Values

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

Receiving Parameter Values

prev main next

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

Receiving Parameter Values

prev main next

Loading...

Show/Hide hidden text

The following examples show you how to request information from Pandoras Box using the SDK and how to handle incoming values.
The examples require a working connection to Pandoras Box (see Connect SDK to Pandoras Box). If you would like to know how to send values yourself, please go back to the topic Sending Parameter Values )

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, Error Handling, covers the way the SDK reports problems.