Match API: add rt_context option for en/disable_record()
[ardour.git] / libs / ardour / tempo.cc
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.
2016-07-09 nick_mImprove the performance of TempoMap::frame_at_beat ().
2016-07-09 nick_mMake some musical operations on music-locked regions...
2016-06-11 nick_mFix exact tempo pulse for snap to bars case.
2016-06-11 nick_mMake exact beat calculation of tempi a bit less cumbers...
2016-06-11 nick_mSet tempo sections to the exact pulse when snapped...
2016-06-10 nick_mApply some constraints to bbt dragging.
2016-06-09 nick_mAmend last commit.
2016-06-09 nick_mAudio locked meters with an existing tempo may be dragg...
2016-06-08 nick_mPossible fix for memory pool problem in session click.
2016-06-04 nick_mFix ignored note_type in TempoMap::frames_per_beat_at().
2016-05-30 nick_mMake TempoMap::framepos_plus_beats() & TempoMap::framep...
2016-05-29 nick_mMake TempoMap::framewalk_to_beats () more correct.
2016-05-28 nick_mFix bbt dragging wrt audio-locked tempos.
2016-05-27 nick_mAllow non-musical snap when dragging bbt ruler.
2016-05-27 nick_mIfdef out some debugging-related code.
2016-05-27 nick_mTempo ramps - fix merge conflicts, add bbt_at_frame_rt().
2016-05-27 nick_mTempo ramps - more comment fixes.
2016-05-27 nick_mTempo ramps - comments,
2016-05-27 nick_mTempo ramps - code cleanup.
2016-05-27 nick_mTempo ramps - implement TempoMap::tempo_at_beat().
2016-05-27 nick_mTempo ramps - fiddle with gradient limit.
2016-05-27 nick_mTempo ramps - add a gradient limit to the ramp, more...
2016-05-27 nick_mTempo ramps - rename meter/tempo_section_at() -> meter...
next