This commit is contained in:
Lucas Oskorep
2022-09-20 00:49:43 -04:00
parent 26ce2d1734
commit 44aaa083cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ def convert_to_keynum(x, y):
#TODO: Limit sounds to a similar rate as well for better performance
MAX_LIGHTING_UPDATE_RATE = 50000000 # .05 seconds
MAX_LIGHTING_UPDATE_RATE = 33000000 # .033 seconds
class App(object):