rework tempo editing.
[ardour.git] / libs / ardour / tempo.cc
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...
2016-10-15 nick_mRework duration clock and TempoMap::insert_time to...
2016-10-08 nick_mTempoSection methods deal in beats rather than pulses...
2016-10-01 nick_mRemove unused methods, add tests to ensure meter diviso...
2016-10-01 nick_mFix locking bug in tempo map.
2016-09-05 nick_mFix the tempo note-type hallucination.
2016-09-03 nick_mSanity check for TempoMap::get_grid ()
2016-09-02 nick_mFix various paste errors in tempo.cc. Should fix recent...
2016-09-01 nick_mConsolidate the meaning of beat divisions.
2016-08-31 nick_mAttempt to clarify tempo map comments.
2016-08-31 nick_mRevert 894cdb6f5c2064.
2016-08-31 nick_mSnap to beat snaps to quarter note.
2016-08-31 nick_mTempoMap::pulse_at_frame() handles separated musical...
2016-08-31 nick_mFix incorrect inclusion of note_type in Tempo::pulses_p...
2016-08-31 nick_mAmend f3c0c1a865 (Add quarter-note position methods).
2016-08-31 nick_mAdd quarter-note position methods to TempoMap.
2016-08-23 nick_mTempo marker movement snaps to the future grid, rather...
2016-08-23 nick_mRound to bar correctly in TempoMap::exact_beat_at_frame...
2016-08-17 nick_mAdd methods for plugin APIs to obtsin quarter pulses...
2016-08-15 nick_mEnforce rounding to beat as >= 0.0
2016-08-13 Robin GareusDon't call any Transmitter from realtime context
2016-08-13 nick_mAllow negative return in TempoMap::beat_at_frame()...
2016-08-09 nick_mAllow -ve framepos handling in TempoMap::framepos_plus_...
2016-07-25 Robin Gareusthe endless quest to plug memory leaks -- episode 378
2016-07-17 nick_mFix stored type confusion in Meter/TempoSection::get_st...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-10 Robin Gareusremove reference "const int32_t&" -> const int32_t"
2016-07-09 nick_mTempo map updates.
2016-07-09 nick_mFix long-standing spelling bug.
2016-07-09 nick_mFix missing tempi recompute, improve adding meter/tempo...
2016-07-09 nick_mFail properly when adding a new audio locked meter...
2016-07-09 nick_mFix broken meter manipulation in exact_beat.
2016-07-09 nick_mAvoid the use of dynamic_cast in TempoMap for performan...
2016-07-09 nick_mMake TempoMap::bbt_at_frame() more efficient.
next