Exemplo n.º 1
0
 def play(self, hwnd):
     if GlobalBean.currentThread == None:
         Util.newMidiThread(MidiPlay())
     else:
         Util.stopMidiThread()
         Util.newMidiThread(MidiPlay())
Exemplo n.º 2
0
 def stopPlay(self):
     Util.stopMidiThread()