]> CRI, Mines Paris - PSL - minwii.git/commitdiff
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 2edc6f17583716496a2c9f2ddb6ac0e1aeae3eb0..26ef272e7b28792499e55a11a049368b275c8f6f 100644 (file)
Binary files a/chansons/Au-clair-de-la-lune.mscz and b/chansons/Au-clair-de-la-lune.mscz differ
index d5e3bf78c6cbefc59a2df1c8a885dda333372279..e7fc6797e8ff8183c146c2edc8160e89b8839a8c 100644 (file)
@@ -4,7 +4,7 @@
   <identification>
     <encoding>
       <software>MuseScore 0.9.5</software>
   <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>
       </encoding>
     </identification>
   <defaults>
@@ -71,7 +71,7 @@
         <direction-type>
           <words>Moderato</words>
           </direction-type>
         <direction-type>
           <words>Moderato</words>
           </direction-type>
-        <sound tempo="100"/>
+        <sound tempo="172"/>
         </direction>
       <note default-x="106.20" default-y="-30.00">
         <pitch>
         </direction>
       <note default-x="106.20" default-y="-30.00">
         <pitch>
index 14ec709a9228cf1675620be1b8d6b69aba39d048..499ba5b562a96718bb4c0ffc63045f6527f87e04 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', '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'))
 
 # customisation
 conf.read(_computePath('../minwii.ini'))