X-Git-Url: https://scm.cri.mines-paristech.fr/git/minwii.git/blobdiff_plain/40df0291f9bad08da9ee6c5fc0457899bd52b7ac..820dda3f2152d653172c5caef86ddf33fb7abc0e:/src/app/config.py diff --git a/src/app/config.py b/src/app/config.py index eb10ceb..1c2b9bd 100755 --- a/src/app/config.py +++ b/src/app/config.py @@ -21,7 +21,7 @@ pygame.font.init() # playingscreen -FRAMERATE = 50 +FRAMERATE = 100 BORDER = 0 # 5px FIRST_HUE = 0.6 OFF_LUMINANCE = 0.2 @@ -81,3 +81,6 @@ INSTRUMENTS = ( 'octave' : -2 }, ) + +for i in INSTRUMENTS : + i['octave'] = i.get('octave', 0) \ No newline at end of file