projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correction du path pour les chansons.
[minwii.git]
/
src
/
minwii
/
config.py
diff --git
a/src/minwii/config.py
b/src/minwii/config.py
index
b9f6e04
..
f45ef84
100755
(executable)
--- a/
src/minwii/config.py
+++ b/
src/minwii/config.py
@@
-39,7
+39,7
@@
MIDI_VELOCITY_RANGE = (64, 127)
MIDI_PAN_RANGE = (32, 96)
MIDI_VELOCITY_WRONG_NOTE_ATTN = 0.5
-SONG_FILE_PATH = _computePath('../
../
chansons')
+SONG_FILE_PATH = _computePath('../chansons')
INSTRUMENTS = (
{'name' : 'accordeon',