Paul Davis
878393e68b
max_samplepos and max_samplecnt and both INT64_MAX which is (a) too large to fit into a signed 62 bit integer and (b) definitely too large to be represented in a signed 62 bit superclock value. Move the constructors that use samplepos_t into the .cc file, and treat these two values as special cases that mean "as large/late/huge/long as possible". |
||
---|---|---|
.. | ||
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 |