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