|
|
STATUS_DONE: I removed the print statement. The next release will include this. If you want to test this before I make a release, you should edit the file rhythmtapping.py, find and delete the following line. It should be around line 110: print "rhythmtapping score:", " ".join(["%.2f" % x for x in score]) Submitter: i was my somewhat 30th time i tried this rhythm (blush).
Message from stderr:
Traceback (most recent call last):
File "C:\Programme\GNU Solfege\share\solfege\src\rhythmtapping.py", line 199, in on_tap
solved, msg = self.m_t.get_answer_status()
File "C:\Programme\GNU Solfege\share\solfege\src\rhythmtapping.py", line 110, in get_answer_status
print "rhythmtapping score:", " ".join(["%.2f" % x for x in score])
IOError: [Errno 9] Bad file descriptor
|