aboutsummaryrefslogtreecommitdiff
path: root/config/6thFloorOSC.xml
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-28 15:19:21 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-28 15:19:21 -0500
commitef1abfa913498e02a4ece3be4be45d2f03e47d05 (patch)
treeca9e7fb9819e59872f7f6a73c032b40a0804517c /config/6thFloorOSC.xml
parenta7d6577e55ebd665ad9e4f45183836f11b3c6fd4 (diff)
Lots of stuff INCOMPLETE
Diffstat (limited to 'config/6thFloorOSC.xml')
-rw-r--r--config/6thFloorOSC.xml30
1 files changed, 29 insertions, 1 deletions
diff --git a/config/6thFloorOSC.xml b/config/6thFloorOSC.xml
index 792fd0c..2215688 100644
--- a/config/6thFloorOSC.xml
+++ b/config/6thFloorOSC.xml
@@ -40,6 +40,14 @@
<InputElement>
<Class>inputs.OSCInput</Class>
<Args>
+ <Id>osc2</Id>
+ <Port>1234</Port>
+ <RefreshInterval>10</RefreshInterval>
+ </Args>
+ </InputElement>
+ <InputElement>
+ <Class>inputs.OSCInput</Class>
+ <Args>
<Id>osc</Id>
<Port>12345</Port>
<RefreshInterval>10</RefreshInterval>
@@ -81,6 +89,12 @@
</Behavior>
<Behavior>
<Args>
+ <Id>sixaxis</Id>
+ </Args>
+ <Class>behaviors.ControllerOSC</Class>
+ </Behavior>
+ <Behavior>
+ <Args>
<Id>touchosc</Id>
</Args>
<Class>behaviors.TouchOSC</Class>
@@ -265,10 +279,24 @@
<Behavior>
<Class>behaviors.BehaviorChain</Class>
<Args>
+ <Id>mousechaser2</Id>
+ <Inputs>
+ <Id>osc2</Id>
+ </Inputs>
+ <ChainedBehaviors>
+ <Id>sixaxis</Id>
+ <Id>singleframe</Id>
+ </ChainedBehaviors>
+ <RenderToScreen>True</RenderToScreen>
+ <Mapper>gaussmap</Mapper>
+ </Args>
+ </Behavior>
+ <Behavior>
+ <Class>behaviors.BehaviorChain</Class>
+ <Args>
<Id>mousechaser</Id>
<Inputs>
<!--Id>followmouse</Id-->
- <Id>tcp</Id>
<Id>osc</Id>
</Inputs>
<ChainedBehaviors>