|
|
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: (bug-tag: NO_DESCRIPTION)
Message from stderr:
Traceback (most recent call last):
File "C:\Program Files\GNU Solfege\share\solfege\src\configwindow.py", line 504, in on_apply_and_play_test_sound
self.play_midi_test_sound()
File "C:\Program Files\GNU Solfege\share\solfege\src\configwindow.py", line 514, in play_midi_test_sound
""", 130, 0, 100)
File "C:\Program Files\GNU Solfege\share\solfege\mpd\__init__.py", line 68, 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 143, in __iter__
for e in self.generate_track_events():
File "C:\Program Files\GNU Solfege\share\solfege\mpd\track.py", line 221, in generate_track_events
print "info: ignoring duplicate tone:", e
IOError: [Errno 9] Bad file descriptor
|