summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/tempo.h
AgeCommit message (Expand)Author
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-20Don't use references for constant c-typesRobin Gareus
2017-07-22Rework tempo marker editing menu functionsnick_m
2017-07-22Calculate clamped tempo stretch ratios using the correct (musical) domainnick_m
2017-07-22Remove redundant beat arg from TempoMap::add_meternick_m
2017-06-09Add a method for obtaining the frame position of beat/whatever zeronick_m
2017-06-09Tempo lines display subdivisions correctly over a tempo changenick_m
2017-06-08Fix uninitialised tempo section variablenick_m
2017-04-19Use XMLNode::get/set_property API in Tempo/Time related classesTim Mayberry
2017-03-18Resolve copy-c'tor and assignment issue with TempoMapRobin Gareus
2017-03-05tempo editing updatesnick_m
2017-03-01allow continuation of tempo via right-click 'Continue' where appropriate.nick_m
2017-02-27add TempoMap::next_tempo_section()nick_m
2017-02-27complete changes to tempo type.nick_m
2017-02-27compile fixBen Loftis
2017-02-27rework tempo editing.nick_m
2017-02-04remove unused empoMap::round_to_beat_subdivision()nick_m
2017-02-04rework snapnick_m
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-07remove some excessive methods from TempoMap.nick_m
2017-01-07more no-op renaming - TempoSection::compute_c_func_* -> compute_c_nick_m
2017-01-07rename TempoSection::c_func() -> c(). ensure constant tempi have this set to 0.nick_m
2017-01-06prevent meter-locked tempi from being moved directly when replacing.nick_m
2017-01-05add Meter::operator==.nick_m
2016-12-28Some operators need to have different visibility (as they're now used outside...John Emmas
2016-12-19TempoMap - rename some methods.nick_m
2016-12-19add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for v...nick_m
2016-12-16add copy constructor, operator= and a clean ::dump() method for TempoMapPaul Davis
2016-12-12no-op - rename TempoMap::set_active_tempos -> TempoMap::set_active_tempinick_m
2016-12-12rename MetricSection movable -> initial, but of course initial is !movable..nick_m
2016-11-23constify some TempoMap functions.nick_m
2016-11-11rename note_divisions_per_minute -> ote_types_per_minute (double note_type)nick_m
2016-11-11add empoMap::quarter_notes_between_frames().nick_m
2016-11-11TempoSection::tempo_at methods return a Tempo, document the opposite direction.nick_m
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-11-11tempo doc explains that currently Tempo::beats_per_minute means something else.nick_m
2016-11-11more tempo documentation.nick_m
2016-11-11remove unused TempoMap::tempo_at_beat(). implement unused tempo_at_quarter_no...nick_m
2016-11-11tempo.h reorganization. should be a no-opnick_m
2016-11-11remove remaining frame api from TempoSection.nick_m
2016-11-11remove public pulse methods from TempoMap.nick_m
2016-11-11Refactor tempo api, include quarter-note distance in frames method.nick_m
2016-10-19Improve bbt ruler drawing performance for large time ranges.nick_m
2016-10-18Initialize TempoMetric _pulse in sonstructor.nick_m
2016-10-09TempoSection methods deal in beats rather than pulses per minute.nick_m
2016-10-02Remove unused methods, add tests to ensure meter divisors don't mess with Beats.nick_m
2016-09-05Fix the tempo note-type hallucination.nick_m
2016-09-04Revert part of d50df8279966.nick_m
2016-09-03Fix various paste errors in tempo.cc. Should fix recent regressions.nick_m