From 74629138d11094dcf4a30ecb3d9bb90c7e50eae6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 28 Sep 2020 17:40:52 +0200 Subject: Remove old "translator" element --- guile/starlet/base.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/guile/starlet/base.scm b/guile/starlet/base.scm index a8a7252..a59e91c 100644 --- a/guile/starlet/base.scm +++ b/guile/starlet/base.scm @@ -46,11 +46,6 @@ #:init-keyword #:range #:getter get-attr-range) - (translator - #:init-value (lambda (universe start-addr value set-dmx) #f) - #:init-keyword #:translator - #:getter get-attr-translator) - (type #:init-value 'continuous #:init-keyword #:type @@ -186,7 +181,7 @@ -;; Helper functions for attribute translators +;; Helper functions for scanout functions (define (round-dmx a) (inexact->exact (min 255 (max 0 (round a))))) -- cgit v1.2.3