Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-03 | New state-on-fader | Thomas White | |
2021-03-31 | Update demo.scm | Thomas White | |
2021-03-13 | Store the real states in a cue list, not the functions | Thomas White | |
This shouldn't be a big memory burden, even lots of large states. It also makes for a more consistent language by allow lighting-state to be used in cue lists, rather than cue-state. | |||
2021-03-07 | Update README.md and add demo file | Thomas White | |
2020-12-29 | Remove old examples/demo.scm | Thomas White | |
2020-11-18 | Improve syntax for cue parts | Thomas White | |
2020-10-24 | Update demo.scm | Thomas White | |
2020-10-23 | fade-up -> up-time, fade-down -> down-time | Thomas White | |
This makes everything consistent: {up,down}-{time,delay} | |||
2020-10-23 | Plumbing for cue parts | Thomas White | |
2020-10-13 | New way of doing cross-fades | Thomas White | |
2020-09-09 | Update demo.scm | Thomas White | |
2020-09-06 | Make cue 0 implicit | Thomas White | |
2020-09-06 | Add a blackout state | Thomas White | |
2020-09-06 | Rearrange for tracking | Thomas White | |
2020-09-04 | Move cue list stuff to playback module | Thomas White | |
Also, sketch out new way of doing cue lists | |||
2020-08-30 | cue-state and apply-state | Thomas White | |
2020-08-30 | (define-state a ...) -> (define a (lighting-state ...)) | Thomas White | |
2020-08-22 | Factor out common code in demo | Thomas White | |
2020-08-21 | Fix explicit fader values | Thomas White | |
2020-08-21 | Get rid of 'expand-state' | Thomas White | |
From now on, states will always be real states (not functions evaluating to states). Cues, however, contain functions evaluating to states. | |||
2020-08-21 | Add 'at' macro | Thomas White | |
2020-08-21 | Add current-state parameter and define-state macro | Thomas White | |
2020-08-20 | Add a moving light to the demo | Thomas White | |
2020-08-20 | More cues | Thomas White | |
2020-08-20 | More LEDs | Thomas White | |
2020-08-19 | Set all notes (LEDs) off at start | Thomas White | |
2020-08-19 | Add lots more side-effects | Thomas White | |
2020-08-18 | Add MIDI note callbacks | Thomas White | |
2020-08-17 | Implement 'go' | Thomas White | |
2020-08-16 | Add blackout to demo | Thomas White | |
2020-08-16 | Split playbacks into separate module | Thomas White | |
2020-08-16 | Cross-fade machinery | Thomas White | |
2020-08-12 | New model for cues and playbacks | Thomas White | |
2020-08-11 | WIP on cues and playbacks | Thomas White | |
2020-08-02 | Add fade-up | Thomas White | |
2020-07-30 | Add example files | Thomas White | |