aboutsummaryrefslogtreecommitdiff
path: root/guile/starlet/fixture.scm
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-15 22:34:51 +0200
committerThomas White <taw@physics.org>2023-06-15 22:34:51 +0200
commit1d6f430b10f90b42220125af98829b3ddbe1eed2 (patch)
tree5b63d63d359ca66dafc6a5baffeb3984dfa51243 /guile/starlet/fixture.scm
parent7b6e2ff3388c12544fbd0ef3623f2724e40d20b9 (diff)
Remove colour-component stuff
It's a bit of a hack, only needed for MIDI control. I have a better solution using OSC in mind.
Diffstat (limited to 'guile/starlet/fixture.scm')
-rw-r--r--guile/starlet/fixture.scm10
1 files changed, 0 insertions, 10 deletions
diff --git a/guile/starlet/fixture.scm b/guile/starlet/fixture.scm
index 856a67d..2711f9e 100644
--- a/guile/starlet/fixture.scm
+++ b/guile/starlet/fixture.scm
@@ -175,10 +175,6 @@
(get-fixture-attrs fix)))
-(define-method (find-attr (fix <fixture>) (attr-name <colour-component-id>))
- (find-attr fix colour))
-
-
(define-method (find-attr fix attr-name)
(raise-exception
(make-exception
@@ -193,12 +189,6 @@
'fixture-does-not-have-attribute)))
-(define-method (get-attr-home-val (fix <fixture>) (attr <colour-component-id>))
- (extract-colour-component
- (get-attr-home-val fix colour)
- attr))
-
-
(define (continuous-attribute? aobj)
(eq? 'continuous
(get-attr-type aobj)))