diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2009-05-25 11:18:48 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2009-05-25 11:18:48 +0000 |
commit | 8b69d70bf92ae85f73bd3852663120883eaa2615 (patch) | |
tree | 11e16765d11205c2ced10f4b5c35a3b085404dce /lightboard/effect/effet20.pd | |
parent | 1c796d1288e0f2f7bb40243dd3fc08bccd122fd7 (diff) |
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
Diffstat (limited to 'lightboard/effect/effet20.pd')
-rwxr-xr-x | lightboard/effect/effet20.pd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lightboard/effect/effet20.pd b/lightboard/effect/effet20.pd new file mode 100755 index 0000000..3bc7dc2 --- /dev/null +++ b/lightboard/effect/effet20.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 34 171 bus lumiere25; +#X obj 50 194 bus lumiere26; +#X obj 67 217 bus lumiere27; +#X obj 82 240 bus lumiere28; +#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; |