summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-05-27Tempo ramps - check for impossible locations tempo dialog bbt entry. reorgani...nick_m
2016-05-27Tempo ramps - fix music-locked meter drags.nick_m
2016-05-27Tempo ramps - grid now follows dragging meter section.nick_m
2016-05-27Tempo ramps - audio-locked meters have a bbt of 1|1|0nick_m
2016-05-27Tempo ramps - meter sections drag again.nick_m
2016-05-27Tempo ramps - comment and tidy.nick_m
2016-05-27Tempo ramps - add method to handle beat-based tempo reordering. clean code.nick_m
2016-05-27Tempo ramps - change some prototypes, rename some methods.nick_m
2016-05-27Tempo ramps - fix ordering glitches when dragging tempos.nick_m
2016-05-27Tempo ramps - fix comments.nick_m
2016-05-27Tempo ramps - fix constant tempo thinko.nick_m
2016-05-27Tempo ramps - fix return of constant tempo, experimentally use _at_tempo() me...nick_m
2016-05-27Tempo ramps - rework mouse dragging of tempo marks, derive beat_at_tempo() an...nick_m
2016-05-27Tempo ramps - re-enabe audio-locked meter sections, fix more locking errors.nick_m
2016-05-27Tempo ramps - fix crash-causing locking errors. clean up code a bit.nick_m
2016-05-27Tempo ramps - setting bbt of an audio-locked tempo marker in the tempo dialog...nick_m
2016-05-27Tempo ramps - fixes bbt wrt frame-locked tempo sections in the tempo dialognick_m
2016-05-27Tempo ramps - fix thinkonick_m
2016-05-27Tempo ramps - restore bbt settings in tempo dialog for audio-locked tempo mar...nick_m
2016-05-27Tempo ramps - code cleanupnick_m
2016-05-27Tempo ramps - all public TempoSection position parameters are session-relative.nick_m
2016-05-27Tempo ramps - fix messed up meter section state, audio-locked tempos ignore t...nick_m
2016-05-27Tempo ramps - comment new meter section behaviour.nick_m
2016-05-27Tempo ramps - fix changing to constant temponick_m
2016-05-27Tempo ramps - first stab at metric marks locked to frames or beats.nick_m
2016-05-27Tempo ramps - demystify comments a bit.nick_m
2016-05-27Tempo ramps - minor optimisation and comment clarification.nick_m
2016-05-27Tempo ramps - Remove the tick walk, store c_func, document the approach.nick_m
2016-05-27Tempo ramps - use consistent naming for _locked methods, use enum_2_string fo...nick_m
2016-05-27Tempo ramps - fix crazy compilable namespace thinkonick_m
2016-05-27Tempo ramps - fix save/restore of region position_lock_style.nick_m
2016-05-27Tempo ramps - api rename, fix various meter and tempo dialog bugs.nick_m
2016-05-27Tempo ramps - update midi regions and locations when dragging tempo.nick_m
2016-05-27Tempo ramps - improve the performance of recompute_map().nick_m
2016-05-27Tempo ramps - clean up TempoSection, fix thinko in position function.nick_m
2016-05-27Tempo ramps - replace ugly bootstrapping code in TempoMap::frame_time() with ...nick_m
2016-05-27Tempo ramps - meter sections work again.nick_m
2016-05-27Tempo ramps - remove the concept of bars from tempo sections.nick_m
2016-05-27Tempo ramps - amend previous commit.nick_m
2016-05-27Tempo ramps - fix many problems wrt dragging tempos over each other.nick_m
2016-05-27Tempo ramps - fix odd display when dragging one tempo past another.nick_m
2016-05-27Tempo ramps - massively speed up dragging of tempo marks.nick_m
2016-05-27Tempo ramps - don't use methods we don't need to use.nick_m
2016-05-27Tempo ramps - allow live updating of tempo markers.nick_m
2016-05-27Tempo ramps - define_one_bar() delivers constant tempo.nick_m
2016-05-27Tempo ramps - port audio unit and midi clock slave.nick_m
2016-05-27Tempo ramps - get tests to comile again.nick_m
2016-05-27Tempo ramps - play nicely with legacy sessions.nick_m
2016-05-27Fis inability to make the first tempo section constant tempo.nick_m
2016-05-27Tempo ramps - fix changing from const to ramp in the gui.nick_m