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/effet24.pd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 lightboard/effect/effet24.pd (limited to 'lightboard/effect/effet24.pd') diff --git a/lightboard/effect/effet24.pd b/lightboard/effect/effet24.pd new file mode 100755 index 0000000..0af7e9e --- /dev/null +++ b/lightboard/effect/effet24.pd @@ -0,0 +1,20 @@ +#N canvas 0 0 450 300 10; +#X obj 55 13 inlet; +#X obj 34 112 random_parametrique; +#X obj 34 135 * 0; +#X obj 32 67 loadbang; +#X obj 56 37 / 100; +#X msg 32 92 50 100 1 20 0; +#X obj 145 169 bus lumiere29; +#X obj 162 192 bus lumiere30; +#X obj 177 215 bus lumiere31; +#X obj 193 238 bus lumiere32; +#X connect 0 0 4 0; +#X connect 1 0 2 0; +#X connect 2 0 6 0; +#X connect 2 0 7 0; +#X connect 2 0 8 0; +#X connect 2 0 9 0; +#X connect 3 0 5 0; +#X connect 4 0 2 1; +#X connect 5 0 1 0; -- cgit v1.2.1