summaryrefslogtreecommitdiff
path: root/libs/temporal/temporal/beats.h
AgeCommit message (Collapse)Author
2020-04-16fix Beats::operator-()Paul Davis
2019-12-18fix Temporal::Beats::operator*Paul Davis
2019-12-09Fix deprecated-copy warningsDavid Robillard
It's long been a guideline (and IIRC a Weff-c++ warning) that either all, or none, of the copy methods should be defined, but this became a standard warning in GCC9. Presumably to account for a later language change though I'm not sure which. I don't remember why the ChanMapping copy constructor can't just be a simple copy (it's just a map of POD), but figure it's safer to just copy what that does.
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2018-02-12fix definition of Temporal::Beats::max()Paul Davis
Ticks can exceed PPQN, but if beats are already INT32_MAX, ::normalize() will not work correctly
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-24change libtimecode to libtemporal, add Evoral::Beats, positional types and ↵Paul Davis
superclock headers