summaryrefslogtreecommitdiff
path: root/interface/interface.py
AgeCommit message (Collapse)Author
2019-11-13Add test render from chaser view; other thingsBen Connors
2019-11-08Fix some output stuffBen Connors
- Can now defer output load, retry if it fails - New command for showing (currently) output status
2019-11-08Minor UX improvementsBen Connors
- Single-letter to advance first/second chaser - Edit leftmost chaser by default from base mode
2019-10-31Fix up the rendering modeBen Connors
- Fix bug in chaser code leading to incorrect advance - Only known bug is cursor is in the wrong spot during render
2019-10-30Implement most of run modeBen Connors
- Audio doesn't play the past the first time - Advance is a bit late
2019-10-30Implement live viewing of scenes when editingBen Connors
2019-10-26Basically finish editing functionalityBen Connors
- Can create, view, delete, edit audio functions o Integrated with chaser and base - Can rename functions - Can bind chaser steps to functions - Now confirms on exit
2019-10-26Finish chaser editing on interface; some fixesBen Connors
- Fix saving Workspaces o Order wasn't being generated properly - Finish chaser editing in interface o Create, delete steps o Move steps around o Rename steps
2019-10-26More interface featuresBen Connors
- Can now edit chasers a bit o Edit component steps o Change step durations
2019-10-25Add preliminary chaser viewerBen Connors
2019-10-19Add help function to interfaceBen Connors
2019-10-18Get a decent start on the actual interfaceBen Connors
- Can edit, create, delete scenes - Basic saving