From: pin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Date: Thu, 17 Jun 2010 16:28:51 +0000 (+0000)
Subject: Utilisation de la soundfont allégée.
X-Git-Url: https://svn.cri.ensmp.fr/git/minwii.git/commitdiff_plain/74e2e2cd653daec1a3cd349a67768732852b61dc

Utilisation de la soundfont allégée.


git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@236 fe552daf-6dbe-4428-90eb-1537e0879342
---

diff --git a/chansons/Au-clair-de-la-lune.mscz b/chansons/Au-clair-de-la-lune.mscz
index 2edc6f1..26ef272 100644
Binary files a/chansons/Au-clair-de-la-lune.mscz and b/chansons/Au-clair-de-la-lune.mscz differ
diff --git a/chansons/Au-clair-de-la-lune.xml b/chansons/Au-clair-de-la-lune.xml
index d5e3bf7..e7fc679 100644
--- a/chansons/Au-clair-de-la-lune.xml
+++ b/chansons/Au-clair-de-la-lune.xml
@@ -4,7 +4,7 @@
   <identification>
     <encoding>
       <software>MuseScore 0.9.5</software>
-      <encoding-date>2010-06-15</encoding-date>
+      <encoding-date>2010-06-17</encoding-date>
       </encoding>
     </identification>
   <defaults>
@@ -71,7 +71,7 @@
         <direction-type>
           <words>Moderato</words>
           </direction-type>
-        <sound tempo="100"/>
+        <sound tempo="172"/>
         </direction>
       <note default-x="106.20" default-y="-30.00">
         <pitch>
diff --git a/src/minwii/config.py b/src/minwii/config.py
index 14ec709..499ba5b 100755
--- a/src/minwii/config.py
+++ b/src/minwii/config.py
@@ -46,7 +46,7 @@ conf.add_section('locations')
 conf.set('locations', 'notes_font_file', _computePath('fonts/Arial Unicode.ttf'))
 conf.set('locations', 'SONG_FILE_PATH', _computePath('../chansons'))
 conf.set('locations', 'LOGS_DIR', os.path.join(os.path.expanduser('~'), 'minwii_logs'))
-conf.set('locations', 'SOUND_FONT', _computePath('soundfonts/FluidR3_GM.sf2'))
+conf.set('locations', 'SOUND_FONT', _computePath('soundfonts/Minwii-light-soundfont.sf2'))
 
 # customisation
 conf.read(_computePath('../minwii.ini'))