1 # -*- coding: utf-8 -*-
9 from pgu
.gui
import Desktop
10 from pgu
.gui
import QUIT
11 from widgets
.home
import Home
12 from widgets
.playingscreen
import PlayingScreen
13 from synth
import Synth
14 from eventutils
import EventDispatcher
21 synth
.program_select(0, 0, 0)
25 home
.connect(QUIT
, app
.quit
)
29 playingScreen
= PlayingScreen(synth
)
31 EventDispatcher
.reset()