summaryrefslogtreecommitdiffstats
path: root/src/engine/enginebuffer.h
AgeCommit message (Expand)Author
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-12Revert rename of m_pSampleRateDaniel 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-28Axtracted processTrackLocked() for a save Track access.Daniel 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-10-26Merge pull request #1700 from daschuer/valueChangedFromEngineRJ Skerry-Ryan
2018-09-19Misc. typosluz.paz
2018-07-28Merge remote-tracking branch 'upstream/2.1'Daniel Schürmann
2018-07-06Make definitions of enum values more expliciteDaniel Schürmann
2018-06-19Fix typosDaniel Schürmann
2018-06-19Redefine SEEK_STANDARD to make it respect quantizeDaniel Schürmann
2018-06-02Remove missleading valueChangedFromEngine and use valueChangeRequest insteadDaniel Schürmann
2018-05-01Misc. typosluz.paz
2018-01-17Do not jump out of a loop if we adjust a phase (lp1743010)Daniel Schürmann
2017-11-20add time_elapsed & time_remaining COs that scale with ratebe_
2017-05-21don't shift whole loop when holding loop_in/out and beatjumpingbe_
2017-05-08measure beatloop_size when setting manual loops with quantizebe_
2017-04-12remove "reloop" CO, make "reloop_toggle" catch upcoming loopsbe_
2017-04-12hold loop_in/out to move loop boundaries; catch loop with reloop CObe_
2017-01-02Fix fake track loading so it passes through BaseTrackPlayerImpl.RJ Ryan
2016-12-20Add a ControlObject::setReadOnly method.RJ Ryan
2016-12-20make [ChannelX],track_loaded actually read-onlybe_
2016-12-18add [ChannelX],loaded ControlObjectbe_
2016-05-05Merge remote-tracking branch 'upstream/master' into scaler2Daniel Schürmann
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-04-22Move CachingReader and friends into src/engine.RJ Ryan
2016-03-20Merge remote-tracking branch 'upstream/master' into scaler2Daniel Schürmann
2016-03-18Merge remote-tracking branch 'upstream/master' into replaygain2Daniel Schürmann
2016-03-06use a direct call for slotLoadTrack()Daniel Schürmann
2016-03-06Remove unused default value and use override keywordDaniel Schürmann
2016-03-06Replace trackUnloaded() with void trackLoaded(TrackPointer pNewTrack, TrackPo...Daniel Schürmann
2016-03-01use p prefix for pointersDaniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-14Merge remote-tracking branch 'upstream/master' into scaler2Daniel Schürmann
2016-01-13remove ControlObjectThread completelyDaniel Schürmann
2015-12-27Move src/rotary.(cpp|h) to src/util.RJ Ryan
2015-10-30Merge remote-tracking branch 'upstream/1.12'Daniel Schürmann
2015-10-28Merge remote-tracking branch 'upstream/master' into scaler2Daniel Schürmann
2015-10-13clarify the use of the seek falgsDaniel Schürmann
2015-10-11Improve some namesDaniel Schürmann
2015-10-11Handle seek options as flags and reduce code duplication, this fixes Bugs #15...Daniel Schürmann
2015-10-06Merge commit '3038651b159e75e5073ea417a58e587507839e16'Daniel Schürmann
2015-10-01Looping: Fix activating new loop not warping playposition correctlyOwen Williams
2015-09-12Merge remote-tracking branch 'mixxxdj/1.12'RJ Ryan