aboutsummaryrefslogtreecommitdiff
path: root/guile/starlet/utils.scm
AgeCommit message (Collapse)Author
2023-05-15Implement OSC encoders for list attributesosc-with-guileoscThomas White
2023-05-14Send selection via OSCThomas White
2023-04-25Add OSC utilitiesThomas White
2023-04-11Add 'lookup' utilityThomas White
2023-04-11Get rid of 'categorize'Thomas White
Good riddance. Here's to proper argument handling.
2022-07-10Add "state-empty?"Thomas White
2022-06-11Add (comment ...)Thomas White
2022-05-06Move useful functions to utilsThomas White
2022-04-24New definition for flatten-sublistsThomas White
This fixes a crash with e.g. (sel (list (list fix1 fix2) fix3))
2022-01-25Separate cue lists from playbacks and crossfadesThomas White
2021-10-19Replace partial application functions with SRFI-26 "cut"Thomas White
2021-05-10Split 'base' module up into 'fixture', 'state' and 'scanout'Thomas White
2021-05-06Add GPL boilerplate everywhereThomas White
2021-04-08Neater abstraction for fade typesThomas White
2021-01-31Replace return-unspecified with *unspecified*Thomas White
2021-01-30Move useful stuff to utilsThomas White
2020-11-22cut-to-cue-number: Copy the hash tableThomas White
This hash table will become the one which contains the cross-fade functions. Therefore, when we "emphatically" set it like this, it must not be the same table as in the cue state itself.
2020-09-06Add utils moduleThomas White