Skip to content

Easy control of complex DMX fixtures with Open Lighting Architecture or Art-Net.

Notifications You must be signed in to change notification settings

shuckc/ola_pilot

Repository files navigation

Documentation Status

ola_pilot

A simple desk supporting fixtures using ola to handle DMX hardware. All output is via. TCP to ola's RPC port (localhost:9010) using protobufs and asyncio.

Whilst I like QLC+, I was motivated by finding it very difficult to achieve certain things - like map a MIDI CC to a hue, and drive this to fixtures of multiple types (RGB, RGBA, RGBW) together. With moving heads it was difficult to shape the parameters of animation on the fly.

Running

$ olad -l 3

Use OLA admin http://localhost:9090/ola.html to attach a universe to a dongle or 'Dummy Device', then

$ python -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python pilot.py

Arc-Net Boilerplate

This application aims to be compatible with “Art-Net™ Designed by and Copyright Artistic Licence Engineering Ltd.

Further Information

TODO

About

Easy control of complex DMX fixtures with Open Lighting Architecture or Art-Net.

Topics

Resources

Stars

Watchers

Forks

Languages