aboutsummaryrefslogtreecommitdiff
path: root/config/6thFloorOSC.xml
diff options
context:
space:
mode:
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>