From cc386bf1182f3c1b5744c73ad63bd635b3c2af53 Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 19 Mar 2010 14:55:24 +0000 Subject: [PATCH] =?utf8?q?la=20s=C3=A9lection=20de=20l'instrut=20doit=20?= =?utf8?q?=C3=AAtre=20faite=20plus=20tard.?= 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@100 fe552daf-6dbe-4428-90eb-1537e0879342 --- src/app/minwii.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/minwii.py b/src/app/minwii.py index cb6eef5..350f32d 100755 --- a/src/app/minwii.py +++ b/src/app/minwii.py @@ -6,6 +6,7 @@ $Id$ $URL$ """ +import pygame from pgu.gui import Desktop from pgu.gui import QUIT from widgets.home import Home @@ -20,7 +21,6 @@ class MinWii(object): def __init__(self) : app = Desktop() synth = Synth() - synth.program_select(0, 0, 0) while True : home = Home(songPath=SONG_FILE_PATH) @@ -29,7 +29,8 @@ class MinWii(object): app.close(home) song = musicXml2Song(home.songFile, printNotes=True) + synth.program_select(0, 0, 45) playingScreen = SongPlayingScreen(synth, song) - #playingScreen = PlayingScreen(synth) playingScreen.run() + pygame.event.clear() EventDispatcher.reset() -- 2.20.1