Utilisation de la soundfont allégée.
authorpin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Thu, 17 Jun 2010 16:28:51 +0000 (16:28 +0000)
committerpin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Thu, 17 Jun 2010 16:28:51 +0000 (16:28 +0000)
git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@236 fe552daf-6dbe-4428-90eb-1537e0879342

chansons/Au-clair-de-la-lune.mscz
chansons/Au-clair-de-la-lune.xml
src/minwii/config.py

index 2edc6f1..26ef272 100644 (file)
Binary files a/chansons/Au-clair-de-la-lune.mscz and b/chansons/Au-clair-de-la-lune.mscz differ
index d5e3bf7..e7fc679 100644 (file)
@@ -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>
index 14ec709..499ba5b 100755 (executable)
@@ -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'))