summaryrefslogtreecommitdiffstats
path: root/src/engine/enginebuffer.cpp
AgeCommit message (Expand)Author
2020-11-05pass the new and old play state into updateIndicatorsAndModifyPlay() fixing l...Daniel Schürmann
2019-07-19Merge remote-tracking branch 'upstream/2.1' into 2.2Daniel Schürmann
2019-07-19changes as requestedPhilip Gottschling
2019-07-19fix disable loop on hotcue pressPhilip Gottschling
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-21Fix EngineBuffer indicator update rate variables.RJ Skerry-Ryan
2018-11-05track_loaded now emits signals when an already loaded Deck loads a new TrackSwiftb0y
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-10Merge remote-tracking branch 'upstream/2.1'Be
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
2017-01-04Remove cue to full frame roundings.Daniel Schürmann
2017-01-02Fix fake track loading so it passes through BaseTrackPlayerImpl.RJ Ryan
2016-12-20Add a ControlObject::forceSet alias for ControlObject::setAndConfirm.RJ Ryan
2016-12-20Add a ControlObject::setReadOnly method.RJ Ryan
2016-12-20[ChannelX],track_loaded: address comments on PR #1082be_
2016-12-20make [ChannelX],track_loaded actually read-onlybe_
2016-12-18set m_pTrackLoaded to 1 when the track is actually loadedbe_