mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
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". |
||
|---|---|---|
| .. | ||
| bbt_time.h | ||
| beats.h | ||
| debug.h | ||
| range.h | ||
| superclock.h | ||
| tempo-experiment.h | ||
| tempo.h | ||
| time.h | ||
| timeline.h | ||
| types.h | ||
| types_convert.h | ||
| visibility.h | ||