aboutsummaryrefslogtreecommitdiff
path: root/config/6thFloorOSC.xml
diff options
context:
space:
mode:
authorGravatar Dan <dan@rcoh-ubuntu-small.(none)>2011-01-25 15:28:25 -0500
committerGravatar Dan <dan@rcoh-ubuntu-small.(none)>2011-01-25 15:28:25 -0500
commit51d58d511d474cb01339d504624b9418c75869e3 (patch)
tree04c21e7d20a0e23682f70b19ef54bfdf12a37cca /config/6thFloorOSC.xml
parent7557819216cd7d9acd9a4f97d686d6ec84740655 (diff)
TouchOSC-specific behavior
Diffstat (limited to 'config/6thFloorOSC.xml')
-rw-r--r--config/6thFloorOSC.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/config/6thFloorOSC.xml b/config/6thFloorOSC.xml
index 0a27fda..792fd0c 100644
--- a/config/6thFloorOSC.xml
+++ b/config/6thFloorOSC.xml
@@ -41,7 +41,8 @@
<Class>inputs.OSCInput</Class>
<Args>
<Id>osc</Id>
- <Port>1234</Port>
+ <Port>12345</Port>
+ <RefreshInterval>10</RefreshInterval>
</Args>
</InputElement>
<InputElement>
@@ -80,9 +81,9 @@
</Behavior>
<Behavior>
<Args>
- <Id>mrmrcolor</Id>
+ <Id>touchosc</Id>
</Args>
- <Class>behaviors.MrmrSetColor</Class>
+ <Class>behaviors.TouchOSC</Class>
</Behavior>
<Behavior Id="redshift">
<InheritsFrom>behaviors/RedShift.xml</InheritsFrom>
@@ -266,12 +267,12 @@
<Args>
<Id>mousechaser</Id>
<Inputs>
- <Id>followmouse</Id>
+ <!--Id>followmouse</Id-->
<Id>tcp</Id>
<Id>osc</Id>
</Inputs>
<ChainedBehaviors>
- <Id>mrmrcolor</Id>
+ <Id>touchosc</Id>
<Id>square</Id>
<Id>singleframe</Id>
</ChainedBehaviors>