summaryrefslogtreecommitdiff
path: root/src/scanout.c
AgeCommit message (Collapse)Author
2019-07-16Initial crossfade stuffThomas White
2019-07-16Put all attribute values in a structThomas White
2019-07-03Fix integer conversion for 8-bit valuesThomas White
2019-07-02Rename "struct nanolight" to "struct lightctx"Thomas White
2019-06-30Tweak scaling between floating point and DMX valuesThomas White
We want 0.5 (or 0.0 for -1..+1 attributes) to mean 128 exactly
2019-06-30Add pan/tilt reverseThomas White
2019-06-30Gobo selection and rotationThomas White
2019-06-28Add more attributes, and add separate properties for RGB vs CMY colourThomas White
2019-06-27New way of doing attributesThomas White
The program now has its own view of what it wants ("this position", "this gobo" etc), and the fixture class contains instructions on how to turn that view into DMX values.
2019-06-15Add stop attributesThomas White
2019-06-14Move DMX universe number into fixtureThomas White
2019-06-11Fix DMX addressesThomas White
2019-06-09Scan out DMX for realThomas White
2019-06-09Framework for DMX scanoutThomas White