aboutsummaryrefslogtreecommitdiff
path: root/guile/starlet/playback.scm
AgeCommit message (Expand)Author
2023-04-09New transition effect syntaxThomas White
2023-04-01Separate 'engine' and 'scanout'Thomas White
2022-11-12Introduce new type for attribute namesThomas White
2022-07-09Playback: Factorise start-fixture-playback! and clock logicThomas White
2022-06-18Playback: avoid more trouble if current cue doesn't existThomas White
2022-06-18Add num-cuesThomas White
2022-06-11Fixture display: Clearer indication when a cue is runningThomas White
2022-06-07Add fast recovery mechanism to playbackThomas White
2022-06-06run-cue-index!: Add an implicit transitiom to 0/no-value for values in playbackThomas White
2022-02-21Fix (write <starlet-playback> _) on last cueThomas White
2022-02-13Show only cue numbers (not indices) in playbackThomas White
2022-02-08playback: Remove unused exportThomas White
2022-02-05playback: Start new playbacks in cue zeroThomas White
2022-01-30Remove states and transitions from cue (leave only cue parts)Thomas White
2022-01-26Add a commentThomas White
2022-01-25Track time taken for cue transitionThomas White
2022-01-25Restore update-state for playbackThomas White
2022-01-25Define write method for playbackThomas White
2022-01-25Overlay all of the part transitions before applying to playbackThomas White
2022-01-25Initial working demonstration of 'snap' transitionThomas White
2022-01-25cut!: Handle end of cue listThomas White
2022-01-25Separate cue lists from playbacks and crossfadesThomas White
2021-11-02get-playback-cue-number: Return #f if current cue doesn't existThomas White
2021-10-24Reset the cue clock when the cue is runThomas White
2021-10-24Move cue-clock into the cue itselfThomas White
2021-10-24FormattingThomas White
2021-10-23Add 'reassert-current-cue!'Thomas White
2021-10-19Replace partial application functions with SRFI-26 "cut"Thomas White
2021-07-03Add option to store cue list in a file, and reload itThomas White
2021-05-28Add "cut!" (cut forwards)Thomas White
2021-05-28Apply preset for running cue when the playback reverts to ready stateThomas White
2021-05-27Set the preset state when cutting between cuesThomas White
2021-05-27Calculate presets for all cues when cue list is createdThomas White
2021-05-27Calculate tracking when cue list is createdThomas White
2021-05-25Set default attribute fade time to zeroThomas White
2021-05-24Factorise set-playback-stateThomas White
2021-05-24Move preset from fade-times to cue propertiesThomas White
2021-05-24Add hook for state changes on a playbackThomas White
2021-05-22Indicate playback paused via LEDsThomas White
2021-05-22Add 'stop!' and 'back!'Thomas White
2021-05-22Add home-fixture!/blackout!Thomas White
2021-05-16Remove newly redundant with-fade-times macroThomas White
2021-05-16Fix copy/paste errorThomas White
2021-05-16Get rid of time parameter and use clock objects for cross-fadesThomas White
2021-05-10Run cues as single atomic operationsThomas 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-04-07Fade colours nicelyThomas White
2021-04-06Initial abstraction layer for coloursThomas White