summaryrefslogtreecommitdiffstats
path: root/src/engine/controls/bpmcontrol.cpp
AgeCommit message (Expand)Author
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-06-09Master Sync: Fix phase seeks double-applying user tweakOwen Williams
2020-05-13Merge remote-tracking branch 'upstream/2.3' into lp1874918Daniel Schürmann
2020-05-10namespace fixesOwen Williams
2020-05-10Address notesOwen Williams
2020-05-10master sync: clean upOwen Williams
2020-05-10master sync: clean up new sync target picker algorithmOwen Williams
2020-05-10trying to sync to syncables... not working greatOwen Williams
2020-05-10Default to sync master as the sync targetOwen Williams
2020-05-10Only use the other syncable when it plays as wellDaniel Schürmann
2020-05-07Merge remote-tracking branch 'upstream/master' into lp1874918Daniel Schürmann
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-04-28Merge remote-tracking branch 'upstream/master' into lp1874918Daniel Schürmann
2020-04-25Check also if the other track has a valid beatDaniel Schürmann
2020-04-25Seek into the beat map region when quantize playDaniel Schürmann
2020-04-21removed the use of file_bpm form the engine, streamline update order.Daniel Schürmann
2020-04-21BpmControl: override trackBeatsUpdated()Daniel Schürmann
2020-03-23typoOwen Williams
2020-03-23master sync: fix seeks so they preserve user offsetOwen Williams
2020-03-22master sync: cleanup for reviewOwen Williams
2020-03-22master sync: address notes.Owen Williams
2020-03-21master sync: wrap klogger calls in conditionalsOwen Williams
2020-03-19Merge branch 'master' of github.com:mixxxdj/mixxx into mastersync-onemasterOwen Williams
2020-03-18master sync: create new master sync mode for soft sink (vs explicit master)Owen Williams
2020-03-18engine/controls/bpmcontrol: Fix beatsync while sync is enabledJan Holthuis
2020-03-16master sync: clang-format changed linesOwen Williams
2020-03-12replace debug ints with trace callsOwen Williams
2020-03-06Master Sync: fix remaining test issues.Owen Williams
2020-03-06Merge branch 'lp1777667' into mastersync-withdanielOwen Williams
2020-03-06Silence debugDaniel Schürmann
2020-03-06Apply clang-format changesDaniel Schürmann
2020-03-04Minimize seek distanceDaniel Schürmann
2020-03-03Fix testsDaniel Schürmann
2020-02-20fix EngineSyncTest.HalfDoubleBpmTestDaniel Schürmann
2020-01-24Use seek target position for beat match adjusting.Daniel Schürmann
2020-01-20match always next beat, because that is what we hear.Daniel Schürmann
2019-12-30Master Sync: rename getBeatDistance since it's distinct from the Syncable mea...Owen Williams
2019-12-30Master Sync: local var only need be a bool, not doubleOwen Williams
2019-12-30Master Sync: address review notesOwen Williams
2019-12-25sync seek to itselfe when no other sync target is availabelDaniel Schürmann
2019-12-20avoid co lookup from engine threadDaniel Schürmann
2019-12-05master sync: explicitly set track bpm on track loadOwen Williams
2019-12-02master sync: restore half/double bpm syncingOwen Williams
2019-12-01mastersync: remove/comment out a bunch of qDebugsOwen Williams
2019-12-01master sync: all tests passOwen Williams
2019-11-30mastersync: don't look for bpm match with samplersOwen Williams
2019-11-30mastersync: user tweaking was very broken, I think I fixed itOwen Williams
2019-11-27master sync: fixing tests and bugsOwen Williams
2019-11-24Merge branch 'master' into mastersync-onemasterOwen Williams
2019-11-24master sync: in progress, lots of debug statements and workOwen Williams