aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2021-09-11Re-assert MIDI control map on parameter changeThomas White
2021-08-08Make each MIDI controller into its own objectThomas White
2021-07-03Add example of loading cue lists from fileThomas White
2021-07-03Rename demo.scm to conjure-demo.scmThomas White
2021-07-03Add option to store cue list in a file, and reload itThomas White
2021-06-03Update demo.scm to show off patch-manyThomas White
2021-05-29Split fixture library down to one file per fixture typeThomas White
2021-05-22Add missing use-modules to demo.scmThomas White
2021-05-22Update demo.scmThomas White
2021-05-22Add make-back-buttonThomas White
2021-05-16Restore effects using clocksThomas White
2021-05-16Get rid of time parameter and use clock objects for cross-fadesThomas White
2021-05-10Start OLA scanout automaticallyThomas White
2021-05-10Split 'base' module up into 'fixture', 'state' and 'scanout'Thomas White
2021-04-18Update MIDI buttonsThomas White
2021-04-18Update demo fileThomas White
2021-04-07Convert everything else to use <colour>Thomas White
2021-04-06Initial abstraction layer for coloursThomas White
2021-04-03New state-on-faderThomas White
2021-03-31Update demo.scmThomas White
2021-03-13Store the real states in a cue list, not the functionsThomas White
2021-03-07Update README.md and add demo fileThomas White
2020-12-29Remove old examples/demo.scmThomas White
2020-11-18Improve syntax for cue partsThomas White
2020-10-24Update demo.scmThomas White
2020-10-23fade-up -> up-time, fade-down -> down-timeThomas White
2020-10-23Plumbing for cue partsThomas White
2020-10-13New way of doing cross-fadesThomas White
2020-09-09Update demo.scmThomas White
2020-09-06Make cue 0 implicitThomas White
2020-09-06Add a blackout stateThomas White
2020-09-06Rearrange for trackingThomas White
2020-09-04Move cue list stuff to playback moduleThomas White
2020-08-30cue-state and apply-stateThomas White
2020-08-30(define-state a ...) -> (define a (lighting-state ...))Thomas White
2020-08-22Factor out common code in demoThomas White
2020-08-21Fix explicit fader valuesThomas White
2020-08-21Get rid of 'expand-state'Thomas White
2020-08-21Add 'at' macroThomas White
2020-08-21Add current-state parameter and define-state macroThomas White
2020-08-20Add a moving light to the demoThomas White
2020-08-20More cuesThomas White
2020-08-20More LEDsThomas White
2020-08-19Set all notes (LEDs) off at startThomas White
2020-08-19Add lots more side-effectsThomas White
2020-08-18Add MIDI note callbacksThomas White
2020-08-17Implement 'go'Thomas White
2020-08-16Add blackout to demoThomas White
2020-08-16Split playbacks into separate moduleThomas White
2020-08-16Cross-fade machineryThomas White