projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleanup.
[minwii.git]
/
src
/
app
/
config.py
diff --git
a/src/app/config.py
b/src/app/config.py
index
d8bdd6c
..
f98238b
100755
(executable)
--- a/
src/app/config.py
+++ b/
src/app/config.py
@@
-36,6
+36,7
@@
LYRICS_FONT = pygame.font.Font(None, 80)
FONT_COLOR = (0,0,0)
MIDI_VELOCITY_RANGE = (64, 127)
MIDI_PAN_RANGE = (32, 96)
+MIDI_VELOCITY_WRONG_NOTE_ATTN = 0.5
SONG_FILE_PATH = _computePath('../../chansons')