From 7e9fbde50470d21c516ca07526a99c82bec0f7cd Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 28 May 2010 15:30:42 +0000 Subject: [PATCH] Correction du path pour les chansons. git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@213 fe552daf-6dbe-4428-90eb-1537e0879342 --- src/minwii/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minwii/config.py b/src/minwii/config.py index b9f6e04..f45ef84 100755 --- 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', -- 2.20.1