summaryrefslogtreecommitdiffstats
path: root/src/engine/sync/enginesync.cpp
AgeCommit message (Expand)Author
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-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-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-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-21Fix ensure only the sync deck is adjusted when pressing syncDaniel Schürmann
2020-04-21Simplify EngineSync::pickMaster()Daniel Schürmann
2020-04-05master sync: update test for beatmapOwen Williams
2020-03-22master sync: cleanup for reviewOwen Williams
2020-03-22master sync: process sync requests before locking in rateOwen Williams
2020-03-22master sync: address notes.Owen Williams
2020-03-21master sync: wrap klogger calls in conditionalsOwen Williams
2020-03-21master sync: make vectors staticOwen Williams
2020-03-19master sync: Fix pickmaster to respect explicit mastersOwen Williams
2020-03-19master sync: new test and fix logicOwen Williams
2020-03-18master sync: differentiate soft from explicit masterOwen Williams
2020-03-18master sync: create new master sync mode for soft sink (vs explicit master)Owen Williams
2020-03-16master sync: clang-format changed linesOwen Williams
2020-03-12replace debug ints with trace callsOwen Williams
2020-03-06Merge branch 'lp1777667' into mastersync-withdanielOwen Williams
2019-12-30Master Sync: preallocate buffers in engine thread func.Owen Williams
2019-12-25Set InstantaneousBpm when Sync is enabled to be valid from the first engine b...Daniel Schürmann
2019-12-20rename notifySyncModeChanged to setSyncMode and stream line code when becommi...Daniel Schürmann
2019-12-03master sync: create a bool for primary decks ("ChannelX")Owen Williams
2019-12-03master sync: NULL => nullptrOwen Williams
2019-12-02master sync: restore half/double bpm syncingOwen Williams
2019-12-01master sync: last cleanups before pull requestOwen Williams
2019-12-01master sync: careful, newmaster can be nullOwen 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-27master sync: fixing tests and bugsOwen Williams
2019-11-24master sync: progress, but it's picking a sampler as a targetOwen Williams
2019-11-24master sync: in progress, lots of debug statements and workOwen Williams
2019-11-17Master Sync: begin major changes to how sync master is passed aroundOwen Williams
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-06move EngineChannel classes to their own folderBe
2019-01-05Added more isSynchronized() callsDaniel Schürmann