From 8b69d70bf92ae85f73bd3852663120883eaa2615 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Mon, 25 May 2009 11:18:48 +0000 Subject: add a project that i use to control light in DMX for diferent projet. it is just like a cheep lighing interface, but hjave an open API so you can easilly control any light / memory thanks to sensors / sound etc. svn path=/trunk/abstractions/nusmuk/; revision=11495 --- lightboard/effect/effet1.pd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 lightboard/effect/effet1.pd (limited to 'lightboard/effect/effet1.pd') diff --git a/lightboard/effect/effet1.pd b/lightboard/effect/effet1.pd new file mode 100755 index 0000000..b6f1a2f --- /dev/null +++ b/lightboard/effect/effet1.pd @@ -0,0 +1,18 @@ +#N canvas 745 316 450 300 10; +#X obj 55 13 inlet; +#X obj 56 49 bus lumiere1; +#X obj 72 72 bus lumiere2; +#X obj 88 95 bus lumiere3; +#X obj 104 118 bus lumiere4; +#X obj 93 147 bus lumiere5; +#X obj 109 170 bus lumiere6; +#X obj 125 193 bus lumiere7; +#X obj 141 216 bus lumiere8; +#X connect 0 0 1 0; +#X connect 0 0 2 0; +#X connect 0 0 3 0; +#X connect 0 0 4 0; +#X connect 0 0 5 0; +#X connect 0 0 6 0; +#X connect 0 0 7 0; +#X connect 0 0 8 0; -- cgit v1.2.1