summaryrefslogtreecommitdiffstats
path: root/src/engine/sync
AgeCommit message (Expand)Author
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-11-28removed unused pOldTrack from trackLoaded functionDaniel Schürmann
2018-11-03Merge remote-tracking branch 'upstream/2.2'Be
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
2015-09-08prefer deleting ControlObjectSlave by the Qt object tree, since this gurantee...Daniel Schürmann
2015-05-21Fix master sync double-activating on long press causing spurious seeksOwen Williams
2015-03-20Move EngineControl::pickSyncTarget to EngineSync.RJ Ryan
2015-02-26Misc fixes.RJ Ryan
2015-01-25Added ..Enabled prefix to getter functions, use allways the setterDaniel Schürmann
2015-01-01Fix newly-loaded tracks affecting playing master sync bpm.Owen Williams
2014-12-17Convert most Q_ASSERTs into DEBUG_ASSERT_AND_HANDLEs.RJ Ryan
2014-12-14Fix track stopping when beatgrid was cleared.Owen Williams
2014-12-03notesOwen Williams
2014-12-03BeatMap: Fix bpm and sync behavior with beatmaps.Owen Williams
2014-12-02Master Sync: various fixes.Owen Williams
2014-11-23Master Sync: if only one playing sync deck, reset user offset and reinit mast...Owen Williams
2014-11-20remove unnecessary testOwen Williams
2014-11-20Master Sync: Fix bpms not set correctly on track loadOwen Williams
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-09-24Only sync phase on sync enable if the deck is playingOwen Williams
2014-09-16Make sure to include user tweak in rate calculation even when we don'tOwen Williams
2014-09-11Reset user tweak if sync is offOwen Williams
2014-09-11Change some names and add comments to make things clearerOwen Williams
2014-09-10Have a sync deck match phase to a non-sync deck iff they are the only two dec...Owen Williams
2014-09-09one more commentOwen Williams