qlcplus-tools v1.0 Release
Posted: Fri Oct 30, 2020 3:23 pm
I am pleased to announce the first full release of https://github.com/sandinak/qlcplus-tools a python based repo for managing and extending QLC+ showfiles. Our use-case involves creating a show by assembling QLC Scenes into Collections which are then added to a Chase and cue'd for the show from there. I found we were spending an inordinate amount of time building the base-framework of Fixtures, FixtureGroups, Scenes, etc before even starting to write the show. These first tools are specifically to address those needs.
Right now there's 2 base tools but moar coming:
If you like this or have ideas we can use, please comment here or post on the github. If you're a python programmer that wants to help .. even better!
Edit: Fix dmx-followspot link Jano <sandinak> thankx!
Right now there's 2 base tools but moar coming:
- expand_fixture_features.py - a tool that extrapolates common channel functionality for all fixtures in a QLC FxtureGroup and creates Scenes in hierarchy. This includes: Colors, Positions and any other channels that have defined capabilities. So for example if you have RGB and ColorWheel fixtures in a single group, it will automagically generate a 'Red' scene that handles both fixtures correctly! I want to extend this tooling to auto-magically handle some other QLC Functions .. perhaps even generating an entire base Showfile from configuration, ready for show design.
- sync_mitt.py - a tool that connects to an existing Mitti OSC server and expands the existing Mitti Cue's and functions into QLC Scripts that can be included in Collections as part of a cue point. ( see: https://imimot.com/mitti/ the tool ) This is Mitti specific, but could be generalized to any OSC server.
If you like this or have ideas we can use, please comment here or post on the github. If you're a python programmer that wants to help .. even better!
Edit: Fix dmx-followspot link Jano <sandinak> thankx!