Merge branch 'windows' of git.ardour.org:ardour/ardour into windows
[ardour.git] / libs / ardour / tempo.cc
2012-11-17 David RobillardSent precise transport information to LV2 plugins via...
2012-11-16 David RobillardTidy up tempo.h and add some documentation.
2012-10-01 Paul Davisdo not add in ticks in the "at" position when computing...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-25 Paul Davischeck for multiple tempo/meter marks at the same locati...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-02 Paul Davismore fixes/tweaks from the land of the lion
2012-05-02 Paul Davisa variety of mostly unused parameter errors from OS...
2012-04-20 Carl HetheringtonFix some warnings.
2012-04-15 Carl HetheringtonUpdate MidiRegion::_start_beats on trimming the front...
2012-04-15 Carl HetheringtonFix overflow when computing framewalk_to_beats with...
2012-01-24 Carl HetheringtonMove reader lock to avoid deadlock when calling bbt_time().
2012-01-24 Carl HetheringtonRemove unused variable.
2012-01-17 Paul Davisfix initial filling out of tempo bars|beats map after...
2012-01-17 Paul Davisfix bug with tempo computation where passed in position...
2012-01-08 Paul Davisdon't allow/create non-beat aligned tempo changes in...
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...
next