ardour/libs/temporal/temporal
Paul Davis c6a31250ba alter Source::_length from timecnt_t to timepos_t
THe length of a Source(File) is always measured from its start. In this sense,
the length is like a position on the timeline, which is a duration with an
implicit origin, or a Region start, also a duration with an implicit origin (in
that case the start of the Source). There is no good reason for using
a timecnt_t for this value, because the position component of a timecnt_t
(the origin for the duration) is implicit and always zero. So we make
this property into a timepos_t, and include a number of asserts() to check
for common possible coding errors related to the time domain
2022-01-28 15:52:27 -07:00
..
bbt_time.h triggerbox: use follow length when quantizing re-start of Again-selected trigger 2022-01-13 12:09:23 -07:00
beats.h temporal: fix implementation of Beats::snap_to(), and add variants 2021-11-29 21:50:29 -07:00
debug.h add new debug bit for Temporal grid stuff 2021-08-13 12:51:32 -06:00
range.h Initial changes needed for building libtemporal with MSVC 2021-08-29 11:03:58 +01:00
superclock.h Revert "Fix div/zero, allow switching backends" 2021-09-15 17:52:53 +02:00
tempo-experiment.h first pass at integrating nutempo v1 with new 64 bit superclock/ticks representation 2021-08-13 12:51:28 -06:00
tempo.h temporal: have tempo map expose it's separate (intrusive) lists of tempo, meter and bbt points 2022-01-18 19:47:20 -07:00
time.h Fix remaining doxygen warnings (!) 2019-09-30 21:03:29 +02:00
timeline.h alter Source::_length from timecnt_t to timepos_t 2022-01-28 15:52:27 -07:00
types.h remove unnecessary boost header (we have our own ratio_t) 2021-10-14 13:12:31 -06:00
types_convert.h add missing file 2021-08-13 12:51:29 -06:00
visibility.h libtemporal: changes derived from converting libardour 2021-08-13 12:51:28 -06:00