aboutsummaryrefslogtreecommitdiff
path: root/lightboard/abs_light/bus.pd
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2009-05-25 11:18:48 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2009-05-25 11:18:48 +0000
commit8b69d70bf92ae85f73bd3852663120883eaa2615 (patch)
tree11e16765d11205c2ced10f4b5c35a3b085404dce /lightboard/abs_light/bus.pd
parent1c796d1288e0f2f7bb40243dd3fc08bccd122fd7 (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/abs_light/bus.pd')
-rwxr-xr-xlightboard/abs_light/bus.pd12
1 files changed, 12 insertions, 0 deletions
diff --git a/lightboard/abs_light/bus.pd b/lightboard/abs_light/bus.pd
new file mode 100755
index 0000000..72e525d
--- /dev/null
+++ b/lightboard/abs_light/bus.pd
@@ -0,0 +1,12 @@
+#N canvas 0 0 450 300 10;
+#X obj 77 23 inlet;
+#X obj 61 118 f;
+#X obj 61 74 r \$1-bang;
+#X obj 61 142 s \$1-bus;
+#X obj 188 27 inlet;
+#X obj 63 95 spigot 1;
+#X connect 0 0 1 1;
+#X connect 1 0 3 0;
+#X connect 2 0 5 0;
+#X connect 4 0 5 1;
+#X connect 5 0 1 0;