Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-31 | print-playback: Return unspecified | Thomas White | |
2021-03-31 | at: Handle unspecified fixture when nothing is selected | Thomas White | |
2021-03-31 | Factorise ensure-number | Thomas White | |
2021-03-31 | Get rid of have-value | Thomas White | |
It seems clearer just to check explicitly. | |||
2021-03-31 | Remove combined state from scanout loop | Thomas White | |
This gives only one remaining place where the state stack is combined. Soon, it will be made faster. | |||
2021-03-31 | Remove unnecessary exports | Thomas White | |
2021-03-31 | Get rid of set-state-hash-table | Thomas White | |
2021-03-31 | Replace playback implementation | Thomas White | |
The old version was getting too complex. As it turns out, it can be done without duplicating information in the fade-record structure. This way also allows much more flexiblity and is a more clear abstraction. | |||
2021-03-28 | Get rid of attr-boolean | Thomas White | |
A list attribute works fine. | |||
2021-03-28 | WIP on playbacks | Thomas White | |
2021-03-28 | Add some error checking | Thomas White | |
2021-03-21 | Fix incorrect results when running cues out of order | 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-08 | enqueue-midi-bytes: Actually enqueue, rather than waiting for empty queue | Thomas White | |
This avoids a deadlock if the midi readout isn't happening for some reason. | |||
2021-03-08 | Add register-state! back to list of exports | Thomas White | |
It's needed in (starlet playback), of course. | |||
2021-03-08 | Remove home state and abolish fixture-attribute use in states | Thomas White | |
The "home state" has no reason to exist. The home values are already stored perfectly well in the attribute lists of the fixtures. Any time we need to look up a home value, we already have the fixture itself available. This also gets rid of any use of <fixture-attribute> in states. This was confusing me. Better to just pass symbols around and only get the real attribute objects when needed (which isn't very often). | |||
2021-03-07 | Make playback register themselves | Thomas White | |
2021-03-07 | Add 'sinewave' effect | Thomas White | |
2021-03-07 | state-source: Prefix with lighting-state instead of begin | Thomas White | |
2021-03-05 | Formatting | Thomas White | |
2021-03-05 | Add "auto move while dark" | Thomas White | |
2021-03-02 | Refuse to start MIDI control twice | Thomas White | |
2021-03-02 | Make home state immutable, and put it in an atomic box with the fixture list | Thomas White | |
Rationale: we expect fixtures to be patched while scanout is running. The fixture list and the home state must stay in sync, otherwise a fixture might try to scan out with an undefined parameter value. This resulted in random crashes when patching new fixtures. | |||
2021-03-01 | Refuse to run two OLA output threads at once | Thomas White | |
2021-02-25 | Gracefully handle unavailable MIDI control device | Thomas White | |
2021-02-21 | Make MIDI callbacks (optionally) unique | Thomas White | |
2021-02-21 | Re-implement print-state as (pretty-print (state-source ..)) | Thomas White | |
2021-02-21 | Add show-state | Thomas White | |
2021-02-20 | Add state-source | Thomas White | |
2021-01-31 | Divide up exports of (starlet base) | Thomas White | |
2021-01-31 | Initial part of writing out states | Thomas White | |
2021-01-31 | Replace return-unspecified with *unspecified* | Thomas White | |
2021-01-31 | Formatting | Thomas White | |
2021-01-31 | Make fixtures remember their (canonical) names | Thomas White | |
2021-01-31 | Require fixture attribute name | Thomas White | |
2021-01-30 | Add print-state | Thomas White | |
2021-01-30 | Move useful stuff to utils | Thomas White | |
2021-01-30 | flatten-sublists: Preserve order | Thomas White | |
2021-01-30 | at: Handle groups, selection etc | Thomas White | |
2021-01-26 | Move "sel" to base, and add a callback | Thomas White | |
2021-01-26 | New, scaled approach to MIDI faders | Thomas White | |
2021-01-25 | Formatting | Thomas White | |
2021-01-19 | Rename "on-fader" to "state-on-fader" | Thomas White | |
More specific name. | |||
2021-01-19 | on-fader: Soft pickup | Thomas White | |
This is a bit nasty, because we might not know what value the fader was at before it was moved. | |||
2021-01-19 | sel: Handle lists | Thomas White | |
2021-01-19 | Implement selection of multiple fixtures at once | Thomas White | |
2021-01-19 | Add more fixture attributes | Thomas White | |
2021-01-15 | Remove selection-state | Thomas White | |
There's no reason for this to exist. Just change things directly in programmer-state. | |||
2021-01-11 | Add two more Robe fixtures | Thomas White | |
2021-01-11 | Factorise get-fixture-{universe,addr} | Thomas White | |