X-Git-Url: https://scm.cri.mines-paristech.fr/git/minwii.git/blobdiff_plain/4b549baf8998faa71f480158707a19bec6bcbe53..16451ecd6dce528312a807394e77f1a832763e03:/src/minwii/config.py diff --git a/src/minwii/config.py b/src/minwii/config.py index 499ba5b..6538f16 100755 --- a/src/minwii/config.py +++ b/src/minwii/config.py @@ -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')