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__':