From 6bfe9ce8372febedd68290beef0405405062b17b Mon Sep 17 00:00:00 2001
From: pin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Date: Thu, 25 Mar 2010 10:43:30 +0000
Subject: [PATCH] =?utf8?q?c=C3=A9lesta=20une=20octave=20plus=20haute.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@116 fe552daf-6dbe-4428-90eb-1537e0879342
---
 src/app/config.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/app/config.py b/src/app/config.py
index da0645b..ebca47b 100755
--- a/src/app/config.py
+++ b/src/app/config.py
@@ -35,7 +35,8 @@ INSTRUMENTS = (
     },
     {'name' : 'celesta',
      'bank'   : 0,
-     'preset' : 8
+     'preset' : 8,
+     'octave' : 1
     },
     {'name' : 'flute',
      'bank'   : 0,
-- 
2.20.1