Calling a script There are examples of this in the APC40 MKII MIDI device scripting Name it Run it Ensure you exit the previous script if needed, otherwise it will keep running. Global vs local scripts Scripts are all global so can be stored anywhere. A typical place to put global scripts is on the […]
Category: PangoScript
Examples(2)
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)
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
Variables
Local variables Global variables You need to create them somewhere such as Backgroung scripts