Mercurial > hg > mood-conductor
diff visualclient/visclient.py @ 30:4a7fde8ff0fd
added MIDI client made during the Barbican hack day
author | gyorgyf |
---|---|
date | Mon, 29 Apr 2013 15:35:28 +0100 |
parents | f5ca9dbabe83 |
children | 1233c13c17d9 |
line wrap: on
line diff
--- a/visualclient/visclient.py Thu Apr 18 16:51:36 2013 +0100 +++ b/visualclient/visclient.py Mon Apr 29 15:35:28 2013 +0100 @@ -54,7 +54,7 @@ BLOBSIZE = 25 G=110 FADE = 15 -DIST = 0.1 # blob equivalence tolerance +DIST = 0.15 # blob equivalence tolerance FRAMERATE = 60 # Connection: @@ -233,6 +233,7 @@ self.running = False self.fullscreen = False self.init_reconnect = False + pass