fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / beats_frames_converter.cc
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-01-07 David RobillardMusicalTime => Beats.
2014-11-22 David RobillardWrap MusicalTime in a class.
2012-04-14 Carl HetheringtonFix a few framecnt / framepos type confusions.
2012-01-17 Paul Davisadd more debugging to track/spot/debug mis-use of BeatF...
2012-01-06 Paul Davispartially revert some of the recent work on tempo to...
2012-01-04 Paul Davisfix error in framepos_{plus,minus}_bbt() which miscount...
2011-12-10 Carl HetheringtonComments.
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...
2011-04-23 Carl HetheringtonAdd some assertions.
2011-04-06 David RobillardFix my name :)
2010-12-20 David RobillardFix more broken whitespace.
2010-12-17 Paul Davisfix BeatFramesConverter so that it at least works even...
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-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-08-05 Carl HetheringtonSupport cut / copy / paste of MIDI automation.
2009-10-25 David RobillardRemove Session dependency from BeatsFramesConverter.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-19 David RobillardIntroduce new time for session-relative frame time...
2009-02-16 David RobillardMove all beats <-> frames time conversion into a single...