From e34b4dbf8ba67c5374e43bea8b469172025a9163 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 29 Jan 2011 18:50:58 -0800 Subject: 6thFloorOsc commented out renderer to lights, default LightInstallation config and profile.py for OSC :) --- config/6thFloorOSC.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/6thFloorOSC.xml b/config/6thFloorOSC.xml index cb1fd10..ca99b2b 100644 --- a/config/6thFloorOSC.xml +++ b/config/6thFloorOSC.xml @@ -29,9 +29,9 @@ - + renderers/Pygame.xml -- cgit v1.2.3 From 482a94fd48627153b923931d6ff21ebf57fad6f7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 29 Jan 2011 19:34:24 -0800 Subject: removed duplicate OSC server--one is much faster. Building more into custom input would probably be even faster. --- config/6thFloorOSC.xml | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'config') diff --git a/config/6thFloorOSC.xml b/config/6thFloorOSC.xml index ca99b2b..05c2973 100644 --- a/config/6thFloorOSC.xml +++ b/config/6thFloorOSC.xml @@ -40,19 +40,19 @@ inputs.OSCInput - osc2 + osc 1234 10 - + inputs.PygameInput @@ -110,7 +110,7 @@ 3 - + sixaxis @@ -188,7 +188,7 @@ {y}<0 or {y}>200 - + + behaviors.AllPixelsLeft @@ -245,7 +245,7 @@ allpixels - + + behaviors.BehaviorChain - mousechaser2 + SixaxisChase - osc2 + osc sixaxis @@ -339,9 +339,8 @@ behaviors.BehaviorChain - mousechaser + OSCTouchChase - osc -- cgit v1.2.3 From 082e4b0c53123dd377da148541f7d98516716862 Mon Sep 17 00:00:00 2001 From: rcoh Date: Tue, 1 Feb 2011 23:13:57 -0500 Subject: cleanup on aisle 3 (in 6thfloorosc.xml) --- config/6thFloorOSC.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/6thFloorOSC.xml b/config/6thFloorOSC.xml index 792fd0c..ce60c74 100644 --- a/config/6thFloorOSC.xml +++ b/config/6thFloorOSC.xml @@ -273,9 +273,9 @@ touchosc - square - singleframe + decay + gaussmap True -- cgit v1.2.3