summaryrefslogtreecommitdiffstats
path: root/src/engine/sync
AgeCommit message (Expand)Author
2019-03-26Fix misc. typos and whitespaceluz.paz
2019-01-12Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-01-09Merge pull request #1955 from daschuer/lp1808698Daniel Schürmann
2019-01-08Added one more isSyncronized() callDaniel Schürmann
2019-01-06InternalClock: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2019-01-06move EngineChannel classes to their own folderBe
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
2019-01-05optimise a continue awayDaniel Schürmann
2019-01-05use DEBUG_ASSERT instead of commentDaniel Schürmann
2019-01-05Added more isSynchronized() callsDaniel Schürmann
2019-01-02Merge pull request #1818 from daschuer/lp1784185Daniel Schürmann
2018-12-29Introduce isSynchronized() helper functionDaniel Schürmann
2018-12-28rename notifyBpmUdateFrom file to requestBpmUpdateDaniel Schürmann
2018-12-28remove from file parameter in favour of two separate functionsDaniel Schürmann
2018-12-23remove superfluid conditionDaniel Schürmann
2018-12-23ignore bpm changes caused by changing beat gridDaniel Schürmann
2018-12-22Improve namingDaniel Schürmann
2018-12-20Fix inheritanceDaniel Schürmann
2018-12-20cache playing stateDaniel Schürmann
2018-12-19Fix typoDaniel Schürmann
2018-12-16Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-11-28removed unused pOldTrack from trackLoaded functionDaniel Schürmann
2018-11-03Merge remote-tracking branch 'upstream/2.2'Be
2018-09-23Sync to the loaded deck with the lowest index if no track is playingDaniel Schürmann
2018-09-19fix typo introduced with previous commitluz.paz
2018-09-19Misc. typosluz.paz
2018-07-22Remove else branch in SyncControl::setMasterBpm, fixing lp1783020Daniel Schürmann
2018-06-08fix typosDaniel Schürmann
2018-06-01Restore quantize dependency of sync_enable lost in a previous commitDaniel Schürmann
2017-10-31Removed unused EngineControl::getTrigger() and added some missing override ke...Daniel Schürmann
2017-07-08Merge pull request #1206 from meschi/masterDaniel Schürmann
2017-05-21sync phase when pressing play only to a playing sync target, bug #1663444Daniel Schürmann
2017-03-05fix for https://bugs.launchpad.net/mixxx/+bug/1631393meschi
2017-01-28Rename debug assertion macroUwe Klotz
2017-01-03Avoid divide-by-zero in SyncControl.RJ Ryan
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-09-05add explanatory comment for new functionbe_
2016-09-04do not change speed of playing decks if "Reset Speed/Tempo" preference is che...be_
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-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-02-17fix code duplication in SyncControlDaniel Schürmann
2016-02-16Remove INF riskDaniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2015-10-30Initalize remaining SyncControl membersDaniel Schürmann
2015-10-30Initalize m_pRateRangeDaniel Schürmann
2015-09-11Improve commentsDaniel Schürmann