From d43f5ef8a771fbfd3a3f38f0eb018d3f84589bf7 Mon Sep 17 00:00:00 2001 From: rcoh Date: Fri, 28 Jan 2011 17:09:46 -0500 Subject: Finishing touches to OSC stuff. --- behaviors/TouchOSC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'behaviors/TouchOSC.py') diff --git a/behaviors/TouchOSC.py b/behaviors/TouchOSC.py index 1c41b5e..e7893e3 100644 --- a/behaviors/TouchOSC.py +++ b/behaviors/TouchOSC.py @@ -15,7 +15,7 @@ class TouchOSC(Behavior): 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': -- cgit v1.2.3