if exit : break
WT.selectWiimote(wiimoteIndex)
- WT.resume()
instrumentDescription = self.selectInstrument()
if not instrumentDescription :
- WT.pause()
continue
+ WT.resume()
self.runPlayingScreen(songFile, playMode, instrumentDescription)
-
WT.pause()