summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.cc
AgeCommit message (Expand)Author
2018-09-18new transport slave/master implementation, gui editionPaul Davis
2018-02-20user-friendly hack/heuristic: if they edit a BBT non-duration clock to say ze...Paul Davis
2017-11-23Remove duplicate assignment (amend 867460cd3)Robin Gareus
2017-11-23Implement clock delta modesRobin Gareus
2017-11-22Add seconds as clock-unitRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-05-31if actively recording, prevent interaction between mouse and audio clock widg...Paul Davis
2017-05-10Remove ambiguity to keep MSVC happyJohn Emmas
2017-05-08Limit clock displays to 30days (720hours) by default.Robin Gareus
2017-04-19Use XMLNode::get_property in AudioClock classTim Mayberry
2017-03-24Revert "consistent use of context-menu popups"Robin Gareus
2017-03-20Towards a consistent render() API.Robin Gareus
2017-03-16consistent use of context-menu popupsRobin Gareus
2017-01-31Potential clock info-text color-glitch fix <span color>Robin Gareus
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-10Fix spacing for TC displayRobin Gareus
2017-01-01Only display pull-up/down if it's being used.Robin Gareus
2016-12-18Clean up Clock Tempo, TimeSignature labelsRobin Gareus
2016-12-18Add clock-button tooltipsRobin Gareus
2016-12-18Tweak Tempo and Meter precision, and shorten the label to accomodateRobin Gareus
2016-12-17remove cruftRobin Gareus
2016-12-17Commence transport tool bar re-layoutRobin Gareus
2016-11-12fix buffer overflow printing tempo/meterRobin Gareus
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-10-21bbt duration clock tweak.nick_m
2016-10-20bbt duration clock - revert 3d38b4f58ec0 and a32aea4201. use an alternate fix.nick_m
2016-10-19Duration clock edit uses current time to resolve meter.nick_m
2016-10-16BBT duration clock can only compare musical times.nick_m
2016-10-16AudioClock: remove duplicated code. amends 3a0a628a7nick_m
2016-10-16Rework duration clock and TempoMap::insert_time to include meter at offset.nick_m
2016-09-06use moved version of reset_focus()Paul Davis
2016-09-06use existing Editor::reset_focus() method to reset focus after audio clock ed...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
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-27Tempo ramps - display bbt in audio clock correctly when dragging tempos/meters.nick_m
2016-05-27Tempo ramps - respect tempo note type and meter note divisor correctly.nick_m
2016-05-27Tempo ramps - hook up tempo display, a new approach to audio-locked metersnick_m
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-24fix crash when loading a session with non-default clock modes.Robin Gareus
2016-02-22remove all trace of SAE from source code.Paul Davis
2015-12-01Make capitalization consistent and other minor spelling corrections.André Nusser
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-28Revert "change the way the audio clock cursor is drawn (somewhat of an experi...Paul Davis
2015-09-28change the way the audio clock cursor is drawn (somewhat of an experiment but...Paul Davis
2015-09-28when editing an audio clock, swallow illegal keys rather than allowing them t...Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry