summaryrefslogtreecommitdiffstats
path: root/src/engine/sync/internalclock.cpp
AgeCommit message (Expand)Author
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-07-13cleanup for reviewOwen Williams
2020-07-12sync lock possible fix: delete code for sync-during-callbackOwen Williams
2020-06-10Get rid of char group stringsDaniel Schürmann
2020-04-28Fix various typosluz.paz
2020-04-27master sync: address notesOwen 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-21sync_master CO means always explicite master. Re-anable explicite master feat...Daniel Schürmann
2020-03-27master sync: address notesOwen Williams
2020-03-23master sync: fix seeks so they preserve user offsetOwen Williams
2020-03-22master sync: cleanup for reviewOwen Williams
2020-03-19master sync: fix atomic usageOwen 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-06Merge branch 'lp1777667' into mastersync-withdanielOwen Williams
2019-12-25improve documentation for "beat_distance"Daniel Schürmann
2019-12-20rename notifySyncModeChanged to setSyncMode and stream line code when becommi...Daniel Schürmann
2019-12-01mastersync: remove/comment out a bunch of qDebugsOwen 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-30looks like an off-by-one-buffer issueOwen Williams
2019-11-24master sync: in progress, lots of debug statements and workOwen Williams
2019-01-12Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-01-06InternalClock: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2019-01-06CO::connectValueChangeRequest replace SLOT with functorsBe
2018-12-29Introduce isSynchronized() helper functionDaniel Schürmann
2018-12-28remove from file parameter in favour of two separate functionsDaniel Schürmann
2018-12-20Fix inheritanceDaniel Schürmann
2018-06-01Restore quantize dependency of sync_enable lost in a previous commitDaniel Schürmann
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
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-09-09one more commentOwen 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-08clean up a few debug prints and commentsOwen Williams
2014-09-08Fix a problem with beat percentage calculation being offOwen Williams
2014-09-08try to comment out things. clearly still not workingOwen Williams
2014-09-08I think things are working ok now?Owen Williams
2014-09-08get rid of warningsOwen Williams
2014-09-08Remove a whole lot of debug printing.Owen Williams
2014-09-08A lot of work on half/double BPMs, which revealed some bugs in theOwen Williams
2014-09-08Working out the kinksOwen Williams
2014-09-07Double/Half master sync mostly works!Owen Williams