X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/11a91fe04d1d980af4c65414e73b5c3048c72cad..145a1e9a14954feaf5e3f6806e33c5cd49439bc9:/src/minwii/config.py diff --git a/src/minwii/config.py b/src/minwii/config.py index 14ec709..6538f16 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')) @@ -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')