aboutsummaryrefslogtreecommitdiff
path: root/behaviors/TouchOSC.py
diff options
context:
space:
mode:
authorGravatar dan <dmtaub@gmail.com>2011-01-28 17:16:30 -0500
committerGravatar dan <dmtaub@gmail.com>2011-01-28 17:16:30 -0500
commit05bf48aaf66705b32efe1e1662492afc6ad3cd64 (patch)
tree6e4b2ebf08d4f4f5a40fdba724f345542fee2ec9 /behaviors/TouchOSC.py
parentb11a72afece56dc138aac5400057668e8388f43d (diff)
parentd43f5ef8a771fbfd3a3f38f0eb018d3f84589bf7 (diff)
Merge branch 'fridaydemo' of github.com:rcoh/SmootLight into osc
Conflicts: behaviors/ControllerOSC.py
Diffstat (limited to 'behaviors/TouchOSC.py')
-rw-r--r--behaviors/TouchOSC.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/behaviors/TouchOSC.py b/behaviors/TouchOSC.py
index 354b845..099d5e5 100644
--- a/behaviors/TouchOSC.py
+++ b/behaviors/TouchOSC.py
@@ -16,7 +16,7 @@ class TouchOSC(Behavior):
data = sensorInputs[-1]#for data in sensorInputs:
if data['Path'] == '/1/fader1':
try:
- self.h = data['Value'][0]*360.0
+ self.h = data['Value'][0]
except:
pdb.set_trace()
elif data['Path'] == '/1/fader2':