fix issue with initialization of a BBT_Time variable.
[ardour.git] / libs / ardour / tempo.cc
2017-09-18 Paul Davisfix issue with initialization of a BBT_Time variable. 6.0-pre0
2017-08-20 Robin GareusDon't use references for constant c-types
2017-07-21 nick_mTempoMap legacy session loading fixes
2017-07-21 nick_mFis stray break statement when checking for a legacy...
2017-07-21 nick_mRework tempo marker editing menu functions
2017-07-21 nick_mCalculate clamped tempo stretch ratios using the correc...
2017-07-21 nick_mTempoMap : Remove old solve_map debugging code
2017-07-21 nick_mMove some duplicated replace/add tempo section code
2017-07-21 nick_mRemove redundant beat arg from TempoMap::add_meter
2017-07-21 nick_mFix incorrect double-snap when moving audio-locked...
2017-07-21 nick_mCheck for identical meter positions in old sessions...
2017-06-22 Tim MayberryRemove LocaleGuards from ARDOUR::Tempo class
2017-06-09 nick_mAdd a method for obtaining the frame position of beat...
2017-06-08 nick_mTempo lines display subdivisions correctly over a tempo...
2017-06-08 nick_mFix reversed logic in legacy tempo secton detection
2017-06-08 nick_mFix uninitialised tempo section variable
2017-05-23 nick_mSort tempo map after legacy sections have been assigned...
2017-05-22 nick_mTempo sections with a BBT start XML node are never...
2017-05-22 nick_mFix failure to laod old tempo maps
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in Tempo/Time related...
2017-03-18 Robin GareusResolve copy-c'tor and assignment issue with TempoMap
2017-03-09 nick_mfix potential crash in LV2Plugin::connect_and_run(...
2017-03-04 nick_mtempo editing updates
2017-02-28 nick_mallow continuation of tempo via right-click 'Continue...
2017-02-27 nick_mfix crash in pinch drag
2017-02-27 nick_mharden TempoMap::next_tempo_section () a bit.
2017-02-27 nick_mamend last commit (don't depend on 0.0)
2017-02-27 nick_mhopefully fix legacy session loading (tempo)
2017-02-27 nick_madd TempoMap::next_tempo_section()
2017-02-27 nick_mfix TempoMap::frame_at_tempo().
2017-02-27 nick_mcomplete changes to tempo type.
2017-02-27 nick_mmake new (ramped) tempi indidstiguishable from constant...
2017-02-27 nick_mcorrect (?) behaviour of TempoMap::replace_tempo
2017-02-27 nick_mrework tempo editing.
2017-02-15 nick_mamend 32248b755ba (legacy tempo map).
2017-02-15 nick_mfix loading of 4.x sessions with a missing initial...
2017-02-13 nick_mfix 'snap to beat' havoc-causing misplaced bracket.
2017-02-07 nick_m5.5 incorrectly marked the initial tempo as not locked...
2017-02-07 nick_mfix legacy session where initial tempo was not locked...
2017-02-04 nick_mfix potential absorption of music-locked tempo into...
2017-02-04 nick_mremove unused empoMap::round_to_beat_subdivision()
2017-02-04 nick_mrework snap
2017-02-01 Robin GareusReduce continuous stream of warning messages (latent...
2017-01-26 nick_mmark session dirty when dragging tempo markers.
2017-01-06 nick_mTempoMap - do frame conversion outside the lock when...
2017-01-06 nick_mremove some excessive methods from TempoMap.
2017-01-06 nick_mmore no-op renaming - TempoSection::compute_c_func_...
2017-01-06 nick_mclear up _initial vs _locked_to_meter TempoSection...
2017-01-06 nick_mmore inactive tempi fixes.
2017-01-06 nick_mactually make import of tempo maps at selected point...
2017-01-06 nick_mrename TempoSection::c_func() -> c(). ensure constant...
2017-01-06 nick_mfix some inactive tempi bugs
2017-01-05 nick_mwarn when adding / replacing a tempo fails.
2017-01-05 nick_mprevent meter-locked tempi from being moved directly...
2017-01-05 nick_mensure tempo lines use correct tempo type (constant...
2017-01-04 nick_mdisallow tempi of 0 ntpm or less.
2016-12-21 nick_mcheck audio-locked meter ordering by frame.
2016-12-20 nick_mfix yet another meter-locked tempo ordering thinko.
2016-12-19 Ben LoftisFix the case of jump-to-next-Subdivision
2016-12-19 Ben LoftisFix the case of jump-to-next{prev}-Bar
2016-12-18 nick_mTempoMap - rename some methods.
2016-12-18 nick_madd frame parameter for Meter ctor and TempoMap::replac...
2016-12-18 nick_mthere is no curve for identical note_types_per_minute...
2016-12-16 Paul Davisadd copy constructor, operator= and a clean ::dump...
2016-12-15 nick_mtempo before the initial section is always constant.
2016-12-15 nick_mfix thinko in TempoMap::framepos_plus_qn.
2016-12-11 nick_mdisallow placement of audio-locked tempi within a frame...
2016-12-11 nick_mfix loop/crash when dragging an audio-locked tempo...
2016-12-11 nick_mno-op - rename TempoMap::set_active_tempos -> TempoMap...
2016-12-11 nick_mclean up some odd logic.
2016-12-11 nick_mrename MetricSection movable -> initial, but of course...
2016-12-11 nick_mmake TempoMap::dump slightly more readable.
2016-12-11 nick_mfix incorrect audio-locked tempo position when setting...
2016-12-11 nick_mfix bar renumbering for audio-locked metrum.
2016-11-22 nick_mconstify some TempoMap functions.
2016-11-22 nick_mremove set but not used variable in tempo.cc
2016-11-21 nick_mamend 66488e117 - BBT clock scrolling handles multiple...
2016-11-21 nick_mTempoMap::bbt_duration_at() handles an audio-locked...
2016-11-20 nick_mfix typo in tempo.cc
2016-11-14 Robin GareusLater code depends on prev_t not being NULL, use an...
2016-11-14 Robin Gareustempo map cannot be empty (help static analyzer)
2016-11-10 nick_mmore tempo documentation.
2016-11-10 nick_mTempoSection note-types-per-minute node name goes back...
2016-11-10 nick_muse note_type explicitly when constructing a Tempo...
2016-11-10 nick_mremove recently added xml nodes.
2016-11-10 nick_muse frame interval api for empoMap::framepos_plus_qn()
2016-11-10 nick_mclarify bbt_at_frame() warning.
2016-11-10 nick_madd empoMap::quarter_notes_between_frames().
2016-11-10 nick_mTempoSection::tempo_at methods return a Tempo, document...
2016-11-10 nick_mrename Tempo _beats_per_minute to _note_types_per_minut...
2016-11-10 nick_mtempo doc explains that currently Tempo::beats_per_minu...
2016-11-10 nick_mmore tempo documentation.
2016-11-10 nick_mfix lock error in empoMap::quarter_note_at_bbt_rt(...
2016-11-10 nick_mremove unused TempoMap::tempo_at_beat(). implement...
2016-11-10 nick_mmore documentation in tempo.cc, fix constant bug in...
2016-11-10 nick_mremove remaining frame api from TempoSection.
2016-11-10 nick_mremove public pulse methods from TempoMap.
2016-11-10 nick_madd some documentation for TempoMap.
2016-11-10 nick_mRefactor tempo api, include quarter-note distance in...
2016-10-18 nick_mImprove bbt ruler drawing performance for large time...
next