Paul Davis
1ba2e28d6f
The old code used the instantaneous tempo at T0 to compute where the next quarter note would be. This is incorrect, since the tempo is changing (continuously, for now) during the time represented by that quarter note. Instead, we need to add a quarter note (or technically, whatever the tempo note type is) to get a new position in beats, then compute the superclock time at that location (which will use our equations for tempo, including the use of omega, the ramp factor). |
||
---|---|---|
.. | ||
MSVCtemporal | ||
temporal | ||
bbt_time.cc | ||
beats.cc | ||
debug.cc | ||
enums.cc | ||
range.cc | ||
superclock.cc | ||
tempo.cc | ||
test2.cc | ||
test.cc | ||
time.cc | ||
timeline.cc | ||
wscript |