if

else if, else Not sure you can (?), but you can do this kind of approach:

Read More

Set DMX Levels

For multipel channels simply add one per line Setting level from a MIDI control “APC40MKII Template” has an example for adjusting DMX channel 1 for Message “B0 32 xx”: If you want to limit the range of output, so say a max MIDI level outptus 100 instead of 255, just alter like this: extvalue (0,100)

Read More

Set MIDI output

Useful for instance when using PangoScript with a MIDI input device, to control its LEDs. Setting the level of an output from its input value e.g. a rotary dial that is used to adjust level which has indicators around it to show the current level

Read More

Variables

Local variables Global variables You need to create them somewhere such as Backgroung scripts

Read More