summaryrefslogtreecommitdiffstats
path: root/src/engine/quantizecontrol.cpp
AgeCommit message (Expand)Author
2019-01-06QuantizeControl: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2018-12-13replace single getter with one for the whol atomic struct.Daniel Schürmann
2018-11-28QuantizeControl: use m_pTrack and m_pBeats thread saveDaniel Schürmann
2018-11-28store track sample rate with m_sampleOfTrackDaniel Schürmann
2018-11-28removed unused pOldTrack from trackLoaded functionDaniel Schürmann
2017-01-28Rename debug assertion macroUwe Klotz
2016-11-11Reset TrackPointer explicitly through functionUwe Klotz
2016-11-11Replace operators &* by get() to obtain plain pointer of smart pointerUwe Klotz
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-04-22Move CachingReader and friends into src/engine.RJ Ryan
2016-03-06Replace trackUnloaded() with void trackLoaded(TrackPointer pNewTrack, TrackPo...Daniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2015-07-18make quantize and keylock COs persistentbe_
2015-02-22force update of beat positions if beats changedOwen Williams
2015-02-22move commentOwen Williams
2015-02-22Merge branch 'beat-prev-next' into beat-prev-next-quantizerefactorOwen Williams
2015-02-22Address some notes, and make sure quantize doesn't set an invalid closest beatOwen Williams
2015-02-20Merge branch 'beat-prev-next' into beat-prev-next-quantizerefactorOwen Williams
2015-02-20Address notes -- use safer explicit APIOwen Williams
2015-02-19avoid even more findXthbeat callsOwen Williams
2015-02-19fix issue with beat_next and _prev not being updated on seekOwen Williams
2015-02-19Reduce many findNthBeat calls by having bpmcontrol listen to QuantizeControl'...Owen Williams
2015-02-19Implement findPrevNextBeats to reduce Beats mutex locking.Owen Williams
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-02-07Fix possible race condition with seek positions on 32 bit architecturesDaniel Schürmann
2013-11-30Header/include cleanups across the codebase.RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan