summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_tempodisplay.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-07-27new_grid: fix some thinkos in ruler math, to better match sensible grid lines.Ben Loftis
2018-02-26Switch CDFrame grid to use MinSec ruler rather than Sample ruler.Ben Loftis
2018-02-26Rename SMPTE enum back to Timecode.Ben Loftis
2018-02-26Fix a rather large naming thinko: GridTypeSamples should be CDFrames.Ben Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-22Remove redundant beat arg from TempoMap::add_meternick_m
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-09Fix incorrect positioning of tempo line subdivisions if first meter is non-zeronick_m
2017-06-09Tempo lines display subdivisions correctly over a tempo changenick_m
2017-03-10compute_bbt_ruler_scale should not be necessary for every redraw of the timel...Ben Loftis
2017-03-07allow setting end bpm in new tempo from tempo dialog.nick_m
2017-03-05tempo editing updatesnick_m
2017-02-27initial rework of tempo text display (numbers are curve items)nick_m
2017-02-27fix compilationnick_m
2017-02-27poor man's display of end tempo for ramps.nick_m
2017-02-27Tempo Marks : set point colour by discontinuity, display non-quarter pulse if...nick_m
2017-02-27highlight the tempo curve that is to be altered, modify text to suit.nick_m
2017-02-27complete changes to tempo type.nick_m
2017-02-27rework tempo editing.nick_m
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-07amend 4cb009058 (if newly active tempo became last it had no curve)nick_m
2017-01-07fix some inactive tempi bugsnick_m
2016-12-19add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for v...nick_m
2016-12-12sort tempo curves initially as well.nick_m
2016-12-12amend previous commitnick_m
2016-12-11fix flickering in tempo curve when markers are reordered.nick_m
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-11-11MidiRegion _start/_length beats are frame based only when lock style is Audio...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-08-20Add a colour for music-locked meters.nick_m
2016-08-14Allow negative return in TempoMap::beat_at_frame() and its exact_ variant.nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10Simplify Editor::mouse_add_new_meter_event() a bit.nick_m
2016-07-10Stop passing references to things that may disappear when a metric section is...nick_m
2016-07-10Indicate meter frame even when adding a music-locked meter from the gui.nick_m
2016-06-16Register colour aliases for tempo curve.nick_m
2016-06-13Pick a colour for music-locked tempo markers.nick_m
2016-05-27Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_b...nick_m
2016-05-27Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audi...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 - rename for consistency, remove some testing code, add meter bas...nick_m
2016-05-27Tempo ramps - rework tempo drags, improve comments.nick_m
2016-05-27Tempo ramps - consolidate TempoMap::predict_tempo()nick_m
2016-05-27Tempo ramps - more code cleanup, fix cross-marker jumping using tempo dialog bbtnick_m
2016-05-27Tempo ramps - more code consolidation wrt add meter/tempo.nick_m
2016-05-27Tempo ramps - clean up add/replace temponick_m