Triggering PangoScript from DMX intput channels Menu > Settings > DMX > DMX / ArtNet to PangoScript Settings … “Background scripts” tab Really handy if you want to create a global variable so you can detect DMX level changes. E.g.: “DMX/ArtNet to Code Settings” tab Double click the script box next to the DMX input […]
Category: PangoScript
Examples(2)
Exit
Exit executing script
Functions
See Scripts.
goto
if
“action” will execute if “condition” gives a non zero result Operators you can use else if, else You can’t, but you can do this kind of approach: Or you can use GOTO and Exit to achieve the same thing:
Keyboard triggered PangoScript
Docs https://wiki.pangolin.com/doku.php?id=beyond:keyboard_to_pangoscript PangoScript in the PangoScript tab Right click > Set HotKey Keyboard to PangoScript settings Menu > Settings > Keyboard > Keybaord to PangoScript
Maths
Math operators you can use
Object tree in PangoScript
Getting an object tree items identifier to use in PangoScript Press the “Objects…” button in the PangoScript editor Find the object you want and its ID is shown in the Identifier box: Copy it and use it in your PangoScript. For example:
OSC
Documentation https://wiki.pangolin.com/doku.php?id=beyond:osc_in_beyond&s[]=pangoscript
PangoScript resources
Official docs The “Help” section of the Beyond PangoScript editor. Beyond Manual – PangoScript WiKi search for PangoScript PangoScript examples https://wiki.pangolin.com/doku.php?id=examples:pangoscript