diff options
author | Thomas White <taw@physics.org> | 2021-05-29 14:54:19 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-05-29 14:54:19 +0200 |
commit | 24feb43400e76b4505c57bf28ade6851a022738d (patch) | |
tree | c4518f52d04d3fba9c09c3f1e54da7c403622c14 /examples | |
parent | 0aeadc0d635e0cd72f1a0f94f4af3930ef6aaa06 (diff) |
Split fixture library down to one file per fixture type
Perhaps different personalities could be combined for each fixture, but
I don't think I'd go further than that.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/demo.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/demo.scm b/examples/demo.scm index 1299a6f..1c3ba68 100644 --- a/examples/demo.scm +++ b/examples/demo.scm @@ -33,9 +33,10 @@ (starlet effects) (starlet colours) (starlet clock) - (starlet fixture-library generic) - (starlet fixture-library robe) - (starlet fixture-library arduino) + (starlet fixture-library generic dimmer) + (starlet fixture-library generic rgb) + (starlet fixture-library robe mmxspot mode1) + (starlet fixture-library robe mmxwashbeam mode1) (starlet midi-control base) (starlet midi-control button-utils) (starlet midi-control faders)) @@ -81,7 +82,7 @@ (patch-fixture! floor5 <robe-mmxwashbeam-mode1> 236) (patch-fixture! floor6 <robe-mmxwashbeam-mode1> 270) -(patch-fixture! led <arduino-dmx-thing> 1 #:universe 4) +(patch-fixture! led <generic-rgb> 1 #:universe 4) ;; Set a parameter (at foh1 'intensity 80) |