summaryrefslogtreecommitdiff
path: root/src/command.c
AgeCommit message (Collapse)Author
2019-07-16Put all attribute values in a structThomas White
2019-07-02Rename "struct nanolight" to "struct lightctx"Thomas 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 loads of parametersThomas White
2019-06-11Add strobe/shutter attributeThomas White
2019-06-09Basic selection and level settingThomas White
2019-06-04Attribute classes in commandsThomas White
2019-05-28Command line and rendering stuffThomas White