Tempo ramps - change some prototypes, rename some methods.
[ardour.git] / libs / ardour / tempo.cc
2016-05-27 nick_mTempo ramps - change some prototypes, rename some methods.
2016-05-27 nick_mTempo ramps - fix ordering glitches when dragging tempos.
2016-05-27 nick_mTempo ramps - fix comments.
2016-05-27 nick_mTempo ramps - fix constant tempo thinko.
2016-05-27 nick_mTempo ramps - fix return of constant tempo, experimenta...
2016-05-27 nick_mTempo ramps - rework mouse dragging of tempo marks...
2016-05-27 nick_mTempo ramps - re-enabe audio-locked meter sections...
2016-05-27 nick_mTempo ramps - fix crash-causing locking errors. clean...
2016-05-27 nick_mTempo ramps - setting bbt of an audio-locked tempo...
2016-05-27 nick_mTempo ramps - fixes bbt wrt frame-locked tempo sections...
2016-05-27 nick_mTempo ramps - fix thinko
2016-05-27 nick_mTempo ramps - restore bbt settings in tempo dialog...
2016-05-27 nick_mTempo ramps - code cleanup
2016-05-27 nick_mTempo ramps - all public TempoSection position paramete...
2016-05-27 nick_mTempo ramps - fix messed up meter section state, audio...
2016-05-27 nick_mTempo ramps - comment new meter section behaviour.
2016-05-27 nick_mTempo ramps - fix changing to constant tempo
2016-05-27 nick_mTempo ramps - first stab at metric marks locked to...
2016-05-27 nick_mTempo ramps - demystify comments a bit.
2016-05-27 nick_mTempo ramps - minor optimisation and comment clarification.
2016-05-27 nick_mTempo ramps - Remove the tick walk, store c_func, docum...
2016-05-27 nick_mTempo ramps - use consistent naming for _locked methods...
2016-05-27 nick_mTempo ramps - fix crazy compilable namespace thinko
2016-05-27 nick_mTempo ramps - api rename, fix various meter and tempo...
2016-05-27 nick_mTempo ramps - update midi regions and locations when...
2016-05-27 nick_mTempo ramps - improve the performance of recompute_map().
2016-05-27 nick_mTempo ramps - clean up TempoSection, fix thinko in...
2016-05-27 nick_mTempo ramps - replace ugly bootstrapping code in TempoM...
2016-05-27 nick_mTempo ramps - meter sections work again.
2016-05-27 nick_mTempo ramps - remove the concept of bars from tempo...
2016-05-27 nick_mTempo ramps - amend previous commit.
2016-05-27 nick_mTempo ramps - fix many problems wrt dragging tempos...
2016-05-27 nick_mTempo ramps - fix odd display when dragging one tempo...
2016-05-27 nick_mTempo ramps - massively speed up dragging of tempo...
2016-05-27 nick_mTempo ramps - don't use methods we don't need to use.
2016-05-27 nick_mTempo ramps - allow live updating of tempo markers.
2016-05-27 nick_mTempo ramps - define_one_bar() delivers constant tempo.
2016-05-27 nick_mTempo ramps - play nicely with legacy sessions.
2016-05-27 nick_mFis inability to make the first tempo section constant...
2016-05-27 nick_mTempo ramps - fix changing from const to ramp in the...
2016-05-27 nick_mtempo ramps - fix dumb iterator error. thanks robin.
2016-05-27 nick_mTempo ramps - locking debugging.
2016-05-27 nick_mInitial stab at tempo ramps.
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-04-24 Robin Gareussome notes on mem-leaks...
2016-03-21 David RobillardTrim dependence on evoral types.hpp and Beats.hpp
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-07-16 Ben Loftismerge fix
2015-06-25 Colin FletcherTry to avoid coincident tempo/meter markers when removi...
2015-06-25 Colin Fletcherrename TempoMap::cut_time() to remove_time()
2015-06-19 Robin Gareusalso log session-load error to stderr.
2015-04-21 Colin FletcherPort 'Cut time' code from Mixbus
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-31 Robin Gareusfix OSX/PPC 10.4 long maths
2015-03-09 Colin FletcherMake editing of meter work at the current position
2015-01-19 Ben Loftisuse C locale, because POSIX locale is not supported...
2015-01-07 David RobillardMusicalTime => Beats.
2014-11-23 David RobillardFix quantization and other time-related ops.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-11-22 David RobillardFix const violation warnings in tempo.cc.
2014-11-18 David RobillardFix "maybe" rounding bug.
2014-11-17 David RobillardAdd "maybe" rounding modes for rounding only if necessary.
2014-11-17 David RobillardUse an enum for RoundMode instead of magic numbers.
2014-11-17 Robin Gareusadd some assert() messages.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-05-19 Paul DavisMerge branch 'noppc' of https://github.com/mojofunk...
2014-05-19 Paul DavisMerge branch 'mingw-updates' of https://github.com...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-14 Devin J. Pohlydon't use llrint on already-integral variables
2014-05-14 Devin J. Pohlyfix accumulated rounding error in BBT grid
2014-05-14 Paul DavisMerge branch 'minsec-ruler-display' of https://github...
2014-05-14 Devin J. Pohlydon't use llrint on already-integral variables
2014-05-14 Devin J. Pohlyfix accumulated rounding error in BBT grid
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...
next