merge fix for tempo branch
[ardour.git] / libs / ardour / ardour / tempo.h
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-01 Paul Davisremove race condition when editing tempo/meter information.
2015-03-09 Colin FletcherMake editing of meter work at the current position
2015-01-07 David RobillardMusicalTime => Beats.
2014-11-22 David RobillardFix const violation warnings in tempo.cc.
2014-11-17 David RobillardUse an enum for RoundMode instead of magic numbers.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-11 Paul Davisfix merge with master
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul Davisfix merge errors with master
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-04 Paul DavisMerge branch 'master' into exportvis
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-17 Paul Davisadd export visibility macros across libardour
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-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-04-14 Carl HetheringtonFix a few framecnt / framepos type confusions.
2012-01-07 Paul Daviswhen moving tempo and metric sections around (or adding...
2012-01-06 Paul Davispartially revert some of the recent work on tempo to...
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 (?) 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 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 HetheringtonMore test friends.
2012-01-03 Carl HetheringtonFix test build.
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-28 Paul Davisa huge set of changes to tempo+meter handling. testing...
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 HetheringtonKeep track of MIDI region's start positions in beats, to
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-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
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-05-02 Carl HetheringtonPrevent multiple tempo / meter changes being inserted...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
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-15 Paul Davisrework Stateful::set_state() patch to avoid default...
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-09-03 Paul Davisthe basics of step editing, more details to follow
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-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-26 David RobillardFix a bunch of warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardTidy.
2009-02-12 Hans Baier* MIDI clock slave: issues 2541 and 2542 ready for...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
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-06-05 David RobillardSave MIDI files to interchange/sessionname/midifiles...
next