From 24feb43400e76b4505c57bf28ade6851a022738d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 29 May 2021 14:54:19 +0200 Subject: 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. --- examples/demo.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'examples') 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 236) (patch-fixture! floor6 270) -(patch-fixture! led 1 #:universe 4) +(patch-fixture! led 1 #:universe 4) ;; Set a parameter (at foh1 'intensity 80) -- cgit v1.2.3