From 6c642e867c9daf44078ff01bc86c0c64466276b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sun, 30 Mar 2014 19:17:38 +0200 Subject: [PATCH] updated targets.conf and sensors2osc --- config_files/targets.config | 9 ++++----- sensors2osc/sensors2osc/pulse2osc.py | 1 - 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/config_files/targets.config b/config_files/targets.config index 644f4bf..4405876 100644 --- a/config_files/targets.config +++ b/config_files/targets.config @@ -1,7 +1,6 @@ -host=tommy;port=8000;label=tommy +host=tommy;port=8000;label=tommy-live +host=tommy;port=8001;label=tommy-max host=lucas;port=8000;label=lucas host=stefan;port=8000;label=stefan -host=chaosc;port=7111;label=mario -host=chaosc;port=7112;label=osc2actor -host=chaosc;port=7113;label=osc2cam -host=localhost;port=9000;label=dumper +host=mario;port=8000;label=mario-resolume +host=mario;port=8001;label=mario-max diff --git a/sensors2osc/sensors2osc/pulse2osc.py b/sensors2osc/sensors2osc/pulse2osc.py index 2fb758d..29525b0 100644 --- a/sensors2osc/sensors2osc/pulse2osc.py +++ b/sensors2osc/sensors2osc/pulse2osc.py @@ -119,7 +119,6 @@ def main(): except socket.error, msg: print "cannot connect to chaosc" continue - time.sleep(0.1) if __name__ == '__main__':