fix up a few zero-boundary condition errors in TempoMap
[ardour.git] / libs / ardour / tempo.cc
2012-01-08 Paul Davisfix up a few zero-boundary condition errors in TempoMap
2012-01-08 Paul Davistempo map debugging with dlp
2012-01-07 Paul Daviswhen moving tempo and metric sections around (or adding...
2012-01-07 Paul Davisfix positioning of grid line after a non-beat aligned...
2012-01-07 Paul Davisa better fix for timestamping non-beat-aligned tempo...
2012-01-06 Paul Davisremove extra TempoMap::dump() call
2012-01-06 Paul Davisre-adjust computation of non-beat aligned tempo change
2012-01-06 Paul Davisadjust computation of non-beat aligned tempo change...
2012-01-06 Paul Davisfix frame/beat walking to pass unit tests
2012-01-06 Paul Davispartially revert some of the recent work on tempo to...
2012-01-05 Paul Davisfix some more crashes with tempo map manipulations
2012-01-05 Paul Davisfix over-zealous optimization in tempo map, caused...
2012-01-05 Paul Davisremove debugging output
2012-01-05 Paul Davismake extending the tempo map O(N) in the section to...
2012-01-05 Paul Davisremove un-needed TempoMap::frame_time_rt()
2012-01-05 Paul Davispossibly fix deadlocking issues with tempo map by rearr...
2012-01-04 Paul Davistry to clean up locking issues with TempoMap
2012-01-04 Paul Davisfix error in framepos_{plus,minus}_bbt() which miscount...
2012-01-04 Paul Davisfix (?) tricky locking issues in the tempo map by addin...
2012-01-04 Paul Davisimplement TempoMap::framepos_minus_beats() using new...
2012-01-04 Paul Davisuse BBTPoint::is_bar() rather than ::beat == 1 ; implem...
2012-01-03 Carl HetheringtonRemove unused variables.
2012-01-03 Paul Davissave 4 bytes per Bar|Beat point in the tempo map
2012-01-03 Paul Davisreturn two iterators into the Bars|Beats list of the...
2012-01-03 Paul Davismore tempo fixes, including handling multiple metrics...
2012-01-03 Carl HetheringtonRemove unused variables.
2012-01-02 Paul Davisintermediate commit as all tempo/meter stuff starts...
2012-01-02 Paul Davisnew approach to tempo/meter: compute and store the...
2011-12-30 Carl HetheringtonAdd assert.
2011-12-29 Paul Davisclean up comments and commented code
2011-12-29 Paul Davisnext iteration of tempo map stuff - fixes off-by-one...
2011-12-28 Paul Davisa huge set of changes to tempo+meter handling. testing...
2011-12-21 Paul Davisfollowup to the previous tempo-dragging commit: use...
2011-12-19 Paul Davisrename Timecode::BBT_Time::ticks_per_beat to Timecode...
2011-12-19 Paul Davisfix a number of errors with BBT time computations,...
2011-12-16 Paul Davisupdate position of tempo map metrics when a meter marke...
2011-12-13 Carl HetheringtonRemove meter from beats calculations now that it is no
2011-12-13 Paul Davisfix up XML property name for Meter::beats_per_bar ...
2011-12-13 Paul Davismore fun and games with meter and the tempo map: rename...
2011-12-12 Paul Davisfundamentally alter how we compute frames_per_beat...
2011-12-11 Carl HetheringtonSimilar hacks to framepos_minus_beats to handle -ve
2011-12-11 Carl HetheringtonKeep track of MIDI region's start positions in beats, to
2011-12-10 Carl HetheringtonFix framewalk_to_beats when it traverses more than one
2011-12-10 Carl HetheringtonSlightly simpler implementation of framewalk_to_beats.
2011-12-10 Carl HetheringtonAdd fixed-up framepos_plus_beats() and use it for the...
2011-12-09 Carl HetheringtonFix framewalk_to_beats with non-beat-aligned starting...
2011-12-01 Paul Davissignificantly reduce rounding error when doing framepos...
2011-11-24 Carl HetheringtonIf a tempo change is inserted some way through a bar...
2011-09-06 Carl HetheringtonCorrect fix for previous commit.
2011-09-06 Carl HetheringtonDo not move the initial tempo / meter changes at 0...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-23 Carl HetheringtonAssorted doxygen fixes; no functional changes.
2011-03-15 David RobillardFix weird whitespace.
2011-03-15 David RobillardFix undefined operations (according to gcc 4.5.2).
2011-03-15 David RobillardFix more broken whitespace.
2011-02-26 Carl HetheringtonAdd comment about some inaccuracies in framepos_plus_bbt.
2010-12-17 Carl HetheringtonFix comment. Fix believed erroneous add of ticks to...
2010-12-17 Paul Davisfix BeatFramesConverter so that it at least works even...
2010-12-16 Carl HetheringtonFix comment.
2010-12-14 Paul Davismove ticks per beat from Meter to Timecode::BBT_Time...
2010-12-14 Paul Davisimplement methods in TempoMap for walking a given dista...
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-07-23 Paul Daviscatch thrown exception when rounding backwards from...
2010-05-27 Carl HetheringtonUse bbt_add and bbt_subtract to do proper BBT maths...
2010-05-02 Carl HetheringtonPrevent multiple tempo / meter changes being inserted...
2010-05-01 Carl HetheringtonFix snap to bars to account for the fact that the beats...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-06 Taybin RutkinMerged revisions 6293,6296-6306,6308 via svnmerge from
2009-11-18 Paul Davisuse a simpler (and likely correct) round-to-nearest...
2009-11-12 Paul Daviscomments for BBT math methods; remove chunks from...
2009-11-12 Carl HetheringtonFix uninitialised variable in BBT maths.
2009-10-28 Paul Davis* libardour uses ARDOUR::nframes_t and ARDOUR::nframes6...
2009-10-28 David RobillardAdd bbt_add that does not take Metric parameter.
2009-10-27 David RobillardUpdate BBT_Time add and subtract interfaces (stubs...
2009-10-27 Paul Davisnew SnapBBT debug option, split out BBT_time and start...
2009-10-25 David RobillardRemove Session dependency from BeatsFramesConverter.
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-02 Paul Davisstring_is_affirmative() fix for 3.0
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-06-08 Carl HetheringtonAllow Insert Time option to move tempos and time sig...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-12 Hans Baier* MIDI clock slave: issues 2541 and 2542 ready for...
2008-10-13 Paul Davisfix for ancestral start values in basic region constructor
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-19 David RobillardMerge with 2.0-ongoing R3082.
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
next