|
|
STATUS_DONE: I believe revno 1015 and 1016 from the 3.14 branch fixes this. Report new bugs if you see this bug with 3.14.3 or newer from the 3.14 branch, or 3.15.2 or newer from the devel branch. Submitter: theseasv ,, verizon ,, net (bug-tag: NO_DESCRIPTION)
Message from stderr:
Traceback (most recent call last):
File "C:\Program Files\GNU Solfege\share\solfege\src\configwindow.py", line 579, in on_apply_and_play_test_sound
self.play_midi_test_sound()
File "C:\Program Files\GNU Solfege\share\solfege\src\configwindow.py", line 589, in play_midi_test_sound
""", 130, 0, 100)
File "C:\Program Files\GNU Solfege\share\solfege\mpd\__init__.py", line 91, in play_music
soundcard.synth.play_track(*tracklist)
File "C:\Program Files\GNU Solfege\share\solfege\soundcard\winsynth.py", line 44, in play_track
self.play_midieventstream(MidiEventStream(*tracks))
File "C:\Program Files\GNU Solfege\share\solfege\soundcard\winsynth.py", line 54, in play_midieventstream
for e in midieventstream:
File "C:\Program Files\GNU Solfege\share\solfege\mpd\track.py", line 258, in __iter__
print "info: ignoring duplicate tone:", e
IOError: [Errno 9] Bad file descriptor
|