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/effet13.pd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 lightboard/effect/effet13.pd (limited to 'lightboard/effect/effet13.pd') diff --git a/lightboard/effect/effet13.pd b/lightboard/effect/effet13.pd new file mode 100755 index 0000000..3a435d6 --- /dev/null +++ b/lightboard/effect/effet13.pd @@ -0,0 +1,14 @@ +#N canvas 0 0 450 300 10; +#X obj 58 16 inlet; +#X obj 34 160 bus lumiere36; +#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 10 100 1 20 0; +#X connect 0 0 5 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 4 0 6 0; +#X connect 5 0 3 1; +#X connect 6 0 2 0; -- cgit v1.2.1