From b335b746523ffd59db1402b097a802b3fd99eaac Mon Sep 17 00:00:00 2001 From: rcoh Date: Wed, 8 Dec 2010 16:39:50 -0500 Subject: Code for the demo. Everything works afaik. Contains a couple more optimizations. Contains modify param behavior. Improved support for recursive hooks. Modifications to SmootCoreObject to get us closer to a fully multi-threaded system. This should be the last commit directly to master. All further commits should be on subranches and get merged. --- LightInstallation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LightInstallation.py') diff --git a/LightInstallation.py b/LightInstallation.py index 8f71cf0..e4adab7 100644 --- a/LightInstallation.py +++ b/LightInstallation.py @@ -87,7 +87,7 @@ class LightInstallation: #self.screen.allOn() lastLoopTime = Util.time() refreshInterval = 30 - runCount = 1000 + runCount = 10000 while runCount > 0: runCount -= 1 loopStart = Util.time() -- cgit v1.2.3