aboutsummaryrefslogtreecommitdiff
path: root/guile/starlet/playback.scm
AgeCommit message (Collapse)Author
2020-09-10Add trackingThomas White
2020-09-07Un-export track-state, export qnumThomas White
2020-09-06Make cue 0 implicitThomas White
2020-09-06Add utils moduleThomas White
2020-09-06Rearrange for trackingThomas White
2020-09-05Store cue list as a vector instead of a listThomas White
Because we're about to do a lot of backwards/forwards tricks.
2020-09-05Move some things aroundThomas White
2020-09-04Move cue list stuff to playback moduleThomas White
Also, sketch out new way of doing cue lists
2020-09-03Return unspecified from 'go!' and 'cut-to-cue-number!'Thomas White
2020-08-23FormattingThomas White
2020-08-22Minimise exportsThomas White
2020-08-21Get 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-17Implement 'go'Thomas White
2020-08-16Split playbacks into separate moduleThomas White