LiteStripe is a tool that uses live data from ProPresenter to animate LED strips in real time. A Processing server uses a Syphon stream to read image data from ProPresenter. Some of the color values are passed on to an Arduino via a serial port, and the Arduino lights up LED strips with the corresponding colors.
server.pde
in Processing 3board.ino
to your Arduino