aboutsummaryrefslogtreecommitdiff
path: root/guile
AgeCommit message (Expand)Author
2021-04-18Special case colour components for MIDI fadersThomas White
2021-04-18Extend attribute-handling functions to handle colour component IDsThomas White
2021-04-18Add <colour-component-id>Thomas White
2021-04-11Add colour-as-rgbThomas White
2021-04-08Neater abstraction for fade typesThomas White
2021-04-07Coerce values in programmer to real valuesThomas White
2021-04-07Convert everything else to use <colour>Thomas White
2021-04-07Fade colours nicelyThomas White
2021-04-07fixup initial abstractionThomas White
2021-04-06FormattingThomas White
2021-04-06Initial abstraction layer for coloursThomas White
2021-04-05When using jogwheel control, clamp values to end of rangeThomas White
2021-04-04Actually fade attribute values (when appropriate)Thomas White
2021-04-04Add the ability to make certain states uniqueThomas White
2021-04-04New state-on-faderThomas White
2021-04-04Handle intensities returning no value in HTP mergeThomas White
2021-04-03New state-on-faderThomas White
2021-04-03Fix sel/at (again)Thomas White
2021-04-02Give programmer values absolute priorityThomas White
2021-04-02Replace merging of states with search through list of statesThomas White
2021-03-31current-value: Make REALLY sure that no-value does not leak throughThomas White
2021-03-31add-state-to-state: Make sure that no-value does not leak throughThomas White
2021-03-31print-playback: Return unspecifiedThomas White
2021-03-31at: Handle unspecified fixture when nothing is selectedThomas White
2021-03-31Factorise ensure-numberThomas White
2021-03-31Get rid of have-valueThomas White
2021-03-31Remove combined state from scanout loopThomas White
2021-03-31Remove unnecessary exportsThomas White
2021-03-31Get rid of set-state-hash-tableThomas White
2021-03-31Replace playback implementationThomas White
2021-03-28Get rid of attr-booleanThomas 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-08enqueue-midi-bytes: Actually enqueue, rather than waiting for empty queueThomas White
2021-03-08Add register-state! back to list of exportsThomas White
2021-03-08Remove home state and abolish fixture-attribute use in statesThomas White
2021-03-07Make playback register themselvesThomas White
2021-03-07Add 'sinewave' effectThomas White
2021-03-07state-source: Prefix with lighting-state instead of beginThomas White
2021-03-05FormattingThomas White
2021-03-05Add "auto move while dark"Thomas White
2021-03-02Refuse to start MIDI control twiceThomas White
2021-03-02Make home state immutable, and put it in an atomic box with the fixture listThomas White
2021-03-01Refuse to run two OLA output threads at onceThomas White
2021-02-25Gracefully handle unavailable MIDI control deviceThomas White
2021-02-21Make MIDI callbacks (optionally) uniqueThomas White
2021-02-21Re-implement print-state as (pretty-print (state-source ..))Thomas White
2021-02-21Add show-stateThomas White