X-Git-Url: https://scm.cri.mines-paristech.fr/git/minwii.git/blobdiff_plain/1a92a61309c2949f228b6dc70c346fcff514f134..e7c14178305057bc395623f85c014a2d583a130b:/src/app/config.py diff --git a/src/app/config.py b/src/app/config.py index 119f141..827c5a4 100755 --- a/src/app/config.py +++ b/src/app/config.py @@ -21,3 +21,4 @@ ON_COLUMN_OVERSIZING = 2 ON_COLUMN_ALPHA = 1 FONT = pygame.font.Font(None, 80) FONT_COLOR = (0,0,0) +DEFAULT_MIDI_VELOCITY = 96 \ No newline at end of file