*** empty log message ***

This commit is contained in:
Mike Goslin 2001-07-07 01:04:05 +00:00
parent 48cd9e068a
commit 88a23c4d35
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ class SoundInterval(Interval):
duration = self.sound.length()
if (duration == 0):
self.notify.warning('zero length duration!')
# MPG - hack for Miles bug
duration += 1.5
else:
# This will screw up any intervals that base their
# time on the duration of this sound interval