From c46e52033a8275dc80f7a8db0968c173ee6f25d0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 1 Apr 2023 21:39:42 +0200 Subject: Separate 'engine' and 'scanout' The new module "engine" contains everything to do with working out the final attribute values. This module should be referenced for anything that needs to register states, get values etc. Now, "scanout" is only about converting attribute values to DMX values and sending them to OLA. This module only needs to be referenced by fixture definitions, and once by the top level program. --- guile/starlet/midi-control/faders.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guile/starlet/midi-control/faders.scm') diff --git a/guile/starlet/midi-control/faders.scm b/guile/starlet/midi-control/faders.scm index 70cff66..aa8aacf 100644 --- a/guile/starlet/midi-control/faders.scm +++ b/guile/starlet/midi-control/faders.scm @@ -23,7 +23,7 @@ #:use-module (starlet state) #:use-module (starlet fixture) #:use-module (starlet colours) - #:use-module (starlet scanout) + #:use-module (starlet engine) #:use-module (starlet utils) #:use-module (starlet attributes) #:use-module (srfi srfi-1) -- cgit v1.2.3