Changed an init value that prevented function intervals which, if appeared

first in a track, didn't get played.
This commit is contained in:
Justin Butler 2001-09-24 23:21:28 +00:00
parent 6ef2d00675
commit ecc2c11600

View File

@ -27,7 +27,7 @@ class Interval(DirectObject):
self.name = name
self.duration = duration
self.curr_t = 0.0
self.prev_t = 0.0
self.prev_t = -1
self.stopEventList = []
self.setTHooks = []
# Set true if interval responds to setT(t): t>duration