summaryrefslogtreecommitdiffstats
path: root/src/engine/sync/synccontrol.h
AgeCommit message (Expand)Author
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-04-26master sync: doc updatesOwen Williams
2020-04-21get rid of setMasterBaseBpm()Daniel Schürmann
2020-04-21removed the use of file_bpm form the engine, streamline update order.Daniel Schürmann
2020-04-21SyncControl: treat a changed beat grid like a changed trackDaniel Schürmann
2020-02-20fix EngineSyncTest.HalfDoubleBpmTestDaniel Schürmann
2019-12-20rename notifySyncModeChanged to setSyncMode and stream line code when becommi...Daniel Schürmann
2019-11-15Merge pull request #1765 from daschuer/rate_ratioUwe Klotz
2019-11-10Add missing override to fix clang's -Winconsistent-missing-override warningsJan Holthuis
2019-01-20Merge remote-tracking branch 'upstream/master' into rate_ratioDaniel Schürmann
2019-01-12Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-01-10Merge remote-tracking branch 'upstream/master' into rate_ratioDaniel Schürmann
2019-01-06move EngineControls to their own folderBe
2018-12-23ignore bpm changes caused by changing beat gridDaniel Schürmann
2018-12-16Merge remote-tracking branch 'upstream/master' into rate_ratioDaniel Schürmann
2018-11-28removed unused pOldTrack from trackLoaded functionDaniel Schürmann
2018-09-14SyncControl use "rate_ratio"Daniel Schürmann
2018-07-23Used the new rate_ratio control to set the rateDaniel 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
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-03-06Replace trackUnloaded() with void trackLoaded(TrackPointer pNewTrack, TrackPo...Daniel Schürmann
2016-02-17fix code duplication in SyncControlDaniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2015-09-11Improve commentsDaniel Schürmann
2015-09-08prefer deleting ControlObjectSlave by the Qt object tree, since this gurantee...Daniel Schürmann
2015-02-26Misc fixes.RJ Ryan
2014-12-03BeatMap: Fix bpm and sync behavior with beatmaps.Owen Williams
2014-11-23Master Sync: if only one playing sync deck, reset user offset and reinit mast...Owen Williams
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-09-11Change some names and add comments to make things clearerOwen Williams
2014-09-09More x2 /2 cleanupOwen Williams
2014-09-09Clean up the diffOwen Williams
2014-09-09Wrap up sync master param setting into one convenience function where possible.Owen Williams
2014-09-08Fix a problem with beat percentage calculation being offOwen Williams
2014-09-08I think things are working ok now?Owen Williams
2014-09-08Working out the kinksOwen Williams
2014-09-07Double/Half master sync mostly works!Owen Williams
2014-09-07Initial work for getting bpm x2 /2 workingOwen Williams
2014-08-20Fix explicit master not updating beat_distance.Owen Williams
2014-08-13Fix phase syncingOwen Williams
2014-08-12Move beat_distance calculation after buffer processing to keep them in sync.Owen Williams
2014-03-25Make sync_mode a 3-state toggle button.RJ Ryan
2013-12-27Make programatically-triggered phase syncing happen inside enginebuffer to pr...Owen Williams
2013-12-27Try to sync phase when enabling sync followerOwen Williams
2013-12-27Add set-phase-on-sync-enable. Fails because internal buffer is always marchi...Owen Williams
2013-12-23Prevent another party stopperOwen Williams
2013-12-23Prevent some master sync party-stoppers:Owen Williams
2013-12-14Make vinyl control and follower mode mutually exclusive.Owen Williams
2013-12-13Some scratching changes.RJ Ryan