aboutsummaryrefslogtreecommitdiff
path: root/guile/starlet/playback.scm
AgeCommit message (Expand)Author
2021-04-04Actually fade attribute values (when appropriate)Thomas White
2021-03-31print-playback: Return unspecifiedThomas White
2021-03-31Remove unnecessary exportsThomas White
2021-03-31Replace playback implementationThomas White
2021-03-28WIP on playbacksThomas White
2021-03-28Add some error checkingThomas White
2021-03-21Fix incorrect results when running cues out of orderThomas White
2021-03-13Store the real states in a cue list, not the functionsThomas White
2021-03-08Remove home state and abolish fixture-attribute use in statesThomas White
2021-03-07Make playback register themselvesThomas White
2021-03-05FormattingThomas White
2021-03-05Add "auto move while dark"Thomas White
2021-01-31Replace return-unspecified with *unspecified*Thomas White
2020-12-30Make set-in-state! private, export set-attr!Thomas White
2020-12-23Add separate fade time for non-intensity attributesThomas White
2020-11-22cut-to-cue-number: Copy the hash tableThomas White
2020-11-22Factorise vector-refThomas White
2020-11-18Improve syntax for cue partsThomas White
2020-10-25Add set-playback-cue-list! and get-playback-cue-numberThomas White
2020-10-24Match cue-part attributes by name as wellThomas White
2020-10-24Implement cue parts with different fade timesThomas White
2020-10-23fade-up -> up-time, fade-down -> down-timeThomas White
2020-10-23Plumbing for cue partsThomas White
2020-10-16with-fade-times macroThomas White
2020-10-15New record type for fade timesThomas White
2020-10-15s/fade-params/fade-record/Thomas White
2020-10-13New way of doing cross-fadesThomas White
2020-09-13Add intensity?Thomas White
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
2020-09-05Move some things aroundThomas White
2020-09-04Move cue list stuff to playback moduleThomas White
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
2020-08-17Implement 'go'Thomas White
2020-08-16Split playbacks into separate moduleThomas White