Enregistrement des métadonnées des patients.
[minwii.git] / src / minwii / config.py
index 14ec709..6538f16 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'))
@@ -79,11 +79,11 @@ instruments.set('accordeon', 'bank', '0')
 instruments.set('accordeon', 'preset', '23')
 instruments.set('accordeon', 'pos', '0')
 
-instruments.add_section('celesta')
-instruments.set('celesta', 'bank', '0')
-instruments.set('celesta', 'preset', '8')
-instruments.set('celesta', 'octave', '1')
-instruments.set('celesta', 'pos', '1')
+instruments.add_section('carillon')
+instruments.set('carillon', 'bank', '0')
+instruments.set('carillon', 'preset', '8')
+instruments.set('carillon', 'octave', '1')
+instruments.set('carillon', 'pos', '1')
 
 instruments.add_section('flute')
 instruments.set('flute', 'bank', '0')