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 […]
Category: PangoScript
Examples(2)
Audio
Resync beat to start of phrase
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 […]
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
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…”