summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)Author
2019-01-06move EngineFilter classes to their own folderBe
2019-01-06VinylControlControl: replace SIGNAL/SLOT with Qt 5 functor syntaxBe
2019-01-06RateControl: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2019-01-06QuantizeControl: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2019-01-06CueControl: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2019-01-06ClockControl: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2019-01-06BpmControl: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2019-01-06LoopingControl: replace SIGNAL & SLOT with functorsBe
2019-01-06CO::connectValueChangeRequest replace SLOT with functorsBe
2018-12-16Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-12-14Merge remote-tracking branch 'upstream/2.1' into 2.2Daniel Schürmann
2018-12-13replace single getter with one for the whol atomic struct.Daniel Schürmann
2018-12-12reset play and cue indicator unconditionally after eject, fixing lp1808222Daniel Schürmann
2018-12-12use qAsConst()Daniel Schürmann
2018-12-12Revert rename of m_pSampleRateDaniel Schürmann
2018-12-12Initalize atomic values and check trackSamples for 0Daniel Schürmann
2018-12-02make TabFilter thread saveDaniel Schürmann
2018-12-01remove unused variableDaniel Schürmann
2018-12-01RateControl: Make config options atomicDaniel Schürmann
2018-12-01fix a race condition in bpmcontrol and improve documentationDaniel Schürmann
2018-11-30Fix typoDaniel Schürmann
2018-11-28make BpmControl::resetSyncAdjustment thread saveDaniel Schürmann
2018-11-28VinylControlControl: use m_pTrack thread saveDaniel Schürmann
2018-11-28Removed unused m_pTrack from RateControlDaniel Schürmann
2018-11-28QuantizeControl: use m_pTrack and m_pBeats thread saveDaniel Schürmann
2018-11-28LoopingControl: use m_pBeats and m_pTrack in a thread save wayDaniel Schürmann
2018-11-28use m_pBeats in a threadsave wayDaniel Schürmann
2018-11-28use m_pTrack thread saveDaniel Schürmann
2018-11-28store track sample rate with m_sampleOfTrackDaniel Schürmann
2018-11-28removed unused totalSamples from process callDaniel Schürmann
2018-11-28fix m_trackSamplesOld handlingDaniel Schürmann
2018-11-28fix m_trackSampleRateOld handlingDaniel Schürmann
2018-11-28rename m_pSampleRate to m_pMasterSampleRate to distinguish from track sample ...Daniel Schürmann
2018-11-28removed unused pOldTrack from trackLoaded functionDaniel Schürmann
2018-11-28Axtracted processTrackLocked() for a save Track access.Daniel Schürmann
2018-11-28use range based loopsDaniel Schürmann
2018-11-28Replace connections to EngineControls by direct calls for better tracability.Daniel Schürmann
2018-11-21Merge remote-tracking branch 'upstream/2.2'Be
2018-11-21Change EngineBuffer indicator update rate to 15 Hz.RJ Skerry-Ryan
2018-11-21Fix EngineBuffer indicator update rate variables.RJ Skerry-Ryan
2018-11-16Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2018-11-10Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2018-11-06don't try and set bpm on invalid m_pBeats pointersMatthew Nicholson
2018-11-05track_loaded now emits signals when an already loaded Deck loads a new TrackSwiftb0y
2018-11-03Merge remote-tracking branch 'upstream/2.2'Be
2018-11-03Merge remote-tracking branch 'upstream/2.1' into 2.2Be
2018-11-02Merge pull request #1760 from daschuer/lp1783020RJ Skerry-Ryan
2018-11-01Merge remote-tracking branch 'upstream/2.2'Be
2018-11-01Merge remote-tracking branch 'upstream/2.1' into 2.2Be