summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_curve.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-02-27_group, group.. who cares?nick_m
2017-02-27clicking on curve text does the right thing.nick_m
2017-02-27initial rework of tempo text display (numbers are curve items)nick_m
2017-02-27back to using shift-ctrl for pinch drag. set colours of affected curves.nick_m
2017-02-27rework tempo editing.nick_m
2017-01-07rename TempoSection::c_func() -> c(). ensure constant tempi have this set to 0.nick_m
2016-12-11tempo curve fiddling.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-11Refactor tempo api, include quarter-note distance in frames method.nick_m
2016-10-17Tempo curve cleanup, now also works on optimized builds.nick_m
2016-10-09TempoSection methods deal in beats rather than pulses per minute.nick_m
2016-09-05Fix the tempo note-type hallucination.nick_m
2016-09-04Fix graphical issues in tempo curve.nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-11Fix potential infinite loop in TempoCurve::set_position()nick_m
2016-06-16Register colour aliases for tempo curve.nick_m
2016-06-04Clamp tempo curve height.nick_m
2016-05-27Gd Lk ramps - rework auto scaling. change colour.nick_m
2016-05-27Tempo ramps - fix huge marker height mark, remove unused var.nick_m
2016-05-27Tempo ramps - fix ambiguous api, fix flickering tempo curves.nick_m
2016-05-27Tempo ramps - add Canvas::FramedCurve and use it in the tempo marker bar.nick_m
2016-05-27Tempo ramps - improve constraint mod + bbt dragging begavior.nick_m
2016-05-27Tempo ramps - clean up tempo curve a bit.nick_m
2016-05-27Tempo ramps - add visualtempo curve, dragging bbt or music rulers with constr...nick_m