From a949d504ea9d83f36063583f9b2bd9f2f24b7b3f Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 4 Mar 2010 12:00:20 +0000 Subject: [PATCH] =?utf8?q?retour=20=C3=A0=20la=20gamme=20de=20Do=20majeur.?= 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@66 fe552daf-6dbe-4428-90eb-1537e0879342 --- src/app/widgets/playingscreen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/widgets/playingscreen.py b/src/app/widgets/playingscreen.py index ce4937f..1a014e7 100755 --- a/src/app/widgets/playingscreen.py +++ b/src/app/widgets/playingscreen.py @@ -112,7 +112,7 @@ class _PlayingScreenBase(pygame.sprite.LayeredDirty, EventHandlerMixin) : class PlayingScreen(_PlayingScreenBase) : "fenêtre de jeu pour improvisation" - scale = [55, 57, 59, 60, 62, 64, 66, 67, 69, 71, 72] + scale = [55, 57, 59, 60, 62, 64, 65, 67, 69, 71, 72] def __init__(self) : distinctNotes = [] -- 2.20.1