.PangoScript Resources & General Info

Official docs The “Help” section of the Beyond PangoScript editor has lots of the key low level info on PangoScript. Beyond Manual – PangoScript WiKi search for PangoScript PangoScript examples https://wiki.pangolin.com/doku.php?id=examples:pangoscript Accessing PangoScript Things like MidiDevices have direct access to PangoScript that relates to them. You can also create PangoScript directly in the right side […]

Read More

DMX input levels

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 […]

Read More

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:

Read More

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

Read More

MIDI input

Add the MIDI device Menu > MIDI Devices > Select the MIDI device Running PangoScript from MIDI triggers Press the “Configure” button for the MIDI device. Press the “Configure” button for “the MIDI device.”MIDI to PangoScript…”

Read More