summaryrefslogtreecommitdiffstats
path: root/src/engine/sync
AgeCommit message (Expand)Author
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-10-27Replace implicit casts with ControlObject::toBool() in more placesJan Holthuis
2020-10-16Merge branch '2.3' into more-rate-change-testsOwen Williams
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-08-04Fix missing nullptr check.Owen Williams
2020-07-14Clarify comment in basesyncableistenerOwen Williams
2020-07-13cleanup for reviewOwen Williams
2020-07-12sync lock possible fix: delete code for sync-during-callbackOwen Williams
2020-06-11Make QString m_group constDaniel Schürmann
2020-06-10Use anonymous namespace in BaseSyncableListenerDaniel Schürmann
2020-06-10Get rid of char group stringsDaniel Schürmann
2020-06-08use override and default in more classesDaniel Schürmann
2020-05-16Initalize m_prevLocalBpmDaniel Schürmann
2020-05-13Merge pull request #2769 from ywwg/mastersync-disableexplicitDaniel Schürmann
2020-05-10master sync: clean upOwen Williams
2020-05-10master sync: clean up new sync target picker algorithmOwen Williams
2020-05-10master sync: better algorithm to pick decks to sync toOwen Williams
2020-05-10still tryingOwen Williams
2020-05-10trying to sync to syncables... not working greatOwen Williams
2020-05-10Don't quantize against sampler decksOwen Williams
2020-05-09master sync: restore old 2.2 sync_master behavior to work around issues with ...Owen Williams
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-04-28Fix various typosluz.paz
2020-04-27master sync: remove unused varOwen Williams
2020-04-27master sync: address notesOwen Williams
2020-04-27master sync: address notes, clarify some bitsOwen Williams
2020-04-26master sync: add a todo to merge basesyncablelistener with enginesyncOwen Williams
2020-04-26Update src/engine/sync/enginesync.hOwen Williams
2020-04-26master sync: doc updatesOwen Williams
2020-04-26master sync: doc updatesOwen Williams
2020-04-26Merge pull request #6 from daschuer/mastersyc_onemaster2Owen Williams
2020-04-26Master Sync: fix mistaken transition to SYNC_NONEOwen Williams
2020-04-24Fix capitalizing of m_dBaseBpmDaniel Schürmann
2020-04-21Use consistent namingDaniel Schürmann
2020-04-21Make the internal clock aware of the baseBpm of the previous masterDaniel Schürmann
2020-04-21get rid of setMasterBaseBpm()Daniel Schürmann
2020-04-21Fix double bpm after syncing a track with low a low bpm valudDaniel Schürmann
2020-04-21sync_master CO means always explicite master. Re-anable explicite master feat...Daniel Schürmann
2020-04-21Make use of pickMaster() whenever calculate the current masterDaniel Schürmann
2020-04-21Get rid of legacy EngineSync::notifyTrackLoadedDaniel 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-04-21Remove unused playingSyncDeckCountDaniel Schürmann