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