index
:
Starlet
main
osc-with-guileosc
udp-scanout
Theatrical lighting control in Lisp
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guile
/
starlet
/
scanout.scm
Age
Commit message (
Collapse
)
Author
2022-06-09
Move scanout-fixture from (starlet scanout) to (starlet fixture)
Thomas White
2022-05-06
define-fixture: Eliminate need to provide names for get-attr etc
Thomas White
This needed some rearranging, but I think the resulting code is a little bit more efficient.
2022-05-06
Move useful functions to utils
Thomas White
2022-05-06
Formatting
Thomas White
2021-06-26
Remove tnow parameter from current-value
Thomas White
2021-06-19
Add patched-fixture-names
Thomas White
2021-06-03
Add patch-many
Thomas White
This time it works.
2021-05-24
Add hook for state changes on a playback
Thomas White
2021-05-22
Add total-num-attrs
Thomas White
2021-05-16
Get rid of time parameter and use clock objects for cross-fades
Thomas White
Because we can stop a clock object, but not "gettimeofday".
2021-05-13
Avoid mutation of state objects by "set-state-name!"
Thomas White
2021-05-10
Start OLA scanout automatically
Thomas White
2021-05-10
Split 'base' module up into 'fixture', 'state' and 'scanout'
Thomas White