summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-28Fix resolving audio pathsBen Connors
- Previously resolved relative to current working dir, now resolved based on the directory containing the workspace file
2019-01-25Add some utilitiesBen Connors
2019-01-24Minor fixes; add readmeBen Connors
2019-01-24Move stuff around; fix renderingBen Connors
- Now actually able to render shows - Maybe able to render chasers - Add untested OLA lighting output - General fixes
2019-01-24A bunch of changesBen Connors
- Begin work on simple rendering backend - Define lighting output interface - Cache hash() value on functions - Add unique identifier for each audio cue
2019-01-23Fixes; untested Chaser pre-renderingBen Connors
- General fixes, cleanup, and commenting - Add untested Chaser pre-rendering
2019-01-22Fixes for imageBen Connors
- Implement audio cues that start after 0
2019-01-22Initial commitBen Connors
- Finish and test workspace.Show rendering - Add some basic image visualization - Add some utility classes (audio, Tk)