summaryrefslogtreecommitdiffstats
path: root/src/engine/clockcontrol.cpp
AgeCommit message (Expand)Author
2019-01-06move EngineControls to their own folderBe
2019-01-06ClockControl: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2018-11-28LoopingControl: use m_pBeats and m_pTrack in a thread save wayDaniel Schürmann
2018-11-28removed unused totalSamples from process callDaniel Schürmann
2018-11-28removed unused pOldTrack from trackLoaded functionDaniel Schürmann
2017-11-11removed unused return value from EngineControl::process()Daniel Schürmann
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-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
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
2014-12-22delete m_pCOSampleRateDaniel Schürmann
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-01-14Convert float literals to double literals in various places.RJ Ryan
2013-07-07changed addition COs to COSs in ClockControl and BpmControlDaniel Schürmann
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan