summaryrefslogtreecommitdiffstats
path: root/src/engine/enginebuffer.cpp
AgeCommit message (Expand)Author
2019-01-06move EngineControls to their own folderBe
2019-01-06remove need for lambdas with connectValueChange(Request)Be
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-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-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-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-05track_loaded now emits signals when an already loaded Deck loads a new TrackSwiftb0y
2018-10-27Merge pull request #1869 from rryan/clazyRJ Skerry-Ryan
2018-10-26Merge pull request #1700 from daschuer/valueChangedFromEngineRJ Skerry-Ryan
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-07-28Merge remote-tracking branch 'upstream/2.1'Daniel Schürmann
2018-07-27Merge pull request #1715 from daschuer/lp1777429Sean M. Pappalardo
2018-07-14Merge remote-tracking branch 'upstream/2.1'Daniel Schürmann
2018-07-14CachingReader reports cache misses to calling codeDaniel Schürmann
2018-06-19Redefine SEEK_STANDARD to make it respect quantizeDaniel Schürmann
2018-06-14Fixed some minor CO issuesDaniel Schürmann
2018-06-10Merge remote-tracking branch 'upstream/2.1'Be
2018-06-02Remove missleading valueChangedFromEngine and use valueChangeRequest insteadDaniel Schürmann
2018-06-01fix beatsync control syncing phase, an old regression since 2.0Daniel Schürmann
2018-04-06More misc. typosluz.paz
2018-04-06Typo fixes luzpaz
2018-02-20Fix wrong deck time calculationUwe Klotz
2018-02-19Fixed indicators for ejected trackskshitij98
2018-01-17Do not jump out of a loop if we adjust a phase (lp1743010)Daniel Schürmann
2018-01-17Remove unnecessarry roundingDaniel Schürmann
2017-11-26fix memory leakbe_
2017-11-21minor code cleanupbe_
2017-11-20add time_elapsed & time_remaining COs that scale with ratebe_
2017-08-27Removed unused fields from GroupFeatureState and scale length by secondsDaniel Schürmann
2017-05-21sync phase when pressing play only to a playing sync target, bug #1663444Daniel Schürmann
2017-05-20Seek into phase, even if we have to jump back because of loop end.Daniel Schürmann
2017-03-16Improved hinting the ReadAheadmanager. It uses now frames instead of stereo s...Daniel Schürmann
2017-03-15Round the sample hintsDaniel Schürmann
2017-01-28Explain why the track needs to be (un-)loadedUwe Klotz
2017-01-28Close open file handles immediately when ejecting trackUwe Klotz
2017-01-28Rename debug assertion macroUwe Klotz